Where can I find the available header options?
Where can I find the available header options?
This book discusses the available options, where to find them, and how they work together: https://www.vaultwiki.org/pages/Book...Administration
- lead developer for VaultWiki
I'm sorry, I want referring to content integration, but the page content headers [H]
https://www.vaultwiki.org/pages/special:wikicodelist#h
This entry is vague.
- A value of 1 also has an effect (only in wiki pages) by creating a new content block entirely, not just a heading within the current block.
- Adding "X" after the number is supposed to make the heading un-expanded on page load.
- lead developer for VaultWiki
Your wiki has that WikiCodeList page too. It's automatically generated.
- lead developer for VaultWiki
That's cool.
I actually receive this error when clicking on the wiki code list page:
Code:abase Error: SELECT `bb_code_id` AS `bbcodetag`,`title` AS `title`,`editor_icon_url` AS `buttonimage`,`vw_varname` AS `vw_varname`,vw_options FROM `xf_bb_code` WHERE `bb_code_id` NOT IN ('bookindex','forumindex','showthreads') LIMIT 200 Mysqli prepare error: Unknown column 'title' in 'field list' vw_DB_Controller_XF->throw_error() in /var/www/vhosts/stratics.com/vault/core/controller/db/xf.php at line 185 vw_DB_Controller_XF->query_read() in /var/www/vhosts/stratics.com/vault/core/model/db/mysql/vw.php at line 29 vw_DB_MySQL_Model->select() in /var/www/vhosts/stratics.com/vault/core/controller/ui/special/data/wikicodelist/vw.php at line 78 vw_UI_Special_Data_WikiCodeList_Controller->query() in /var/www/vhosts/stratics.com/vault/core/controller/ui/special/base/vw.php at line 53 vw_UI_Special_Base_Controller->view() in /var/www/vhosts/stratics.com/vault/core/controller/ui/special/vw.php at line 39 vw_UI_Special_Controller->view() in /var/www/vhosts/stratics.com/vault/core/controller/ui/stack/vw.php at line 304 vw_UI_Stack_Controller->view() in /var/www/vhosts/stratics.com/vault/core/controller/ui/stack/vw.php at line 236 vw_UI_Stack_Controller->execute() in vw/XenForo/ControllerPublic/Wiki.php at line 68 vw_XenForo_ControllerPublic_Wiki->actionIndex() in XenForo/FrontController.php at line 347 XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134 XenForo_FrontController->run() in /var/www/vhosts/stratics.com/index.php at line 13
Last edited by bazaarocommunity; September 22, 2015 at 6:32 PM.
From the server error log:
Code:XenForo_Exception: Database Error: SELECT `bb_code_id` AS `bbcodetag`,`title` AS `title`,`editor_icon_url` AS `buttonimage`,`vw_varname` AS `vw_varname`,vw_options FROM `xf_bb_code` WHERE `bb_code_id` NOT IN ('bookindex','forumindex','showthreads') LIMIT 200 Mysqli prepare error: Unknown column 'title' in 'field list' - vault/core/controller/db/xf.php:171Code:#0 /var/www/vhosts/stratics.com/vault/core/controller/db/xf.php(185): vw_DB_Controller_XF->throw_error(Object(Zend_Db_Statement_Mysqli_Exception), 'SELECT `bb_code...') #1 /var/www/vhosts/stratics.com/vault/core/model/db/mysql/vw.php(29): vw_DB_Controller_XF->query_read('SELECT `bb_code...') #2 /var/www/vhosts/stratics.com/vault/core/controller/ui/special/data/wikicodelist/vw.php(78): vw_DB_MySQL_Model->select(Array) #3 /var/www/vhosts/stratics.com/vault/core/controller/ui/special/base/vw.php(53): vw_UI_Special_Data_WikiCodeList_Controller->query() #4 /var/www/vhosts/stratics.com/vault/core/controller/ui/special/vw.php(39): vw_UI_Special_Base_Controller->view(Object(vw_UI_Special_Controller)) #5 /var/www/vhosts/stratics.com/vault/core/controller/ui/stack/vw.php(304): vw_UI_Special_Controller->view() #6 /var/www/vhosts/stratics.com/vault/core/controller/ui/stack/vw.php(236): vw_UI_Stack_Controller->view() #7 /var/www/vhosts/stratics.com/library/vw/XenForo/ControllerPublic/Wiki.php(68): vw_UI_Stack_Controller->execute() #8 /var/www/vhosts/stratics.com/library/XenForo/FrontController.php(347): vw_XenForo_ControllerPublic_Wiki->actionIndex() #9 /var/www/vhosts/stratics.com/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch)) #10 /var/www/vhosts/stratics.com/index.php(13): XenForo_FrontController->run() #11 {main}[Code:array(3) { ["url"] => string(45) "http://stratics.com/wiki/special:wikicodelist" ["_GET"] => array(0) { } ["_POST"] => array(0) { } }
What XenForo version? It's possible the missing column is unique to certain versions.
- lead developer for VaultWiki
Xenforo 1.5.
In vault/core/controller/ui/special/data/wikicodelist/vw.php, find:
Remove this line. This information is never used anyway.Code:$prep['b']['fields']['title'] => 'title',
- lead developer for VaultWiki
Bookmarks