• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
      • Try XenForo Demo
      • New Posts
      • FAQ
      • Calendar
      • Community
        • Groups
        • Albums
        • Member List
      • Forum Actions
        • Mark Forums Read
      • Quick Links
        • Today's Posts
        • Who's Online
      • Sponsor
        • Sponsor a Feature
        • List of Donors
    • Wiki
    • Support
    • What's New?
    • Buy Now
    • Manual
    • 
    • Forum
    • VaultWiki How-Tos
    • VaultWiki Questions
    • Header Options

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Results 1 to 13 of 13

    Thread: Header Options

    • Thread Tools
      • Show Printable Version
    1. September 20, 2015 #1
      bazaarocommunity
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      bazaarocommunity is offline
      Junior Member
      Join Date
      June 15, 2015
      Posts
      28
      Rep Power
      133

      Header Options

      Where can I find the available header options?
      Reply With Quote Reply With Quote

    2. September 21, 2015 #2
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      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
      Reply With Quote Reply With Quote

    3. September 21, 2015 #3
      bazaarocommunity
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      bazaarocommunity is offline
      Junior Member
      Join Date
      June 15, 2015
      Posts
      28
      Rep Power
      133
      I'm sorry, I want referring to content integration, but the page content headers [H]
      Reply With Quote Reply With Quote

    4. September 21, 2015 #4
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      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
      Reply With Quote Reply With Quote

    5. September 21, 2015 #5
      bazaarocommunity
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      bazaarocommunity is offline
      Junior Member
      Join Date
      June 15, 2015
      Posts
      28
      Rep Power
      133
      Quote Originally Posted by pegasus View Post
      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.
      Can you share the BBCODE for that wikicodelist page? I would love to create a page in my own wiki that has this reference for my community to be able to use.
      Reply With Quote Reply With Quote

    6. September 22, 2015 #6
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      Your wiki has that WikiCodeList page too. It's automatically generated.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    7. September 22, 2015 #7
      bazaarocommunity
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      bazaarocommunity is offline
      Junior Member
      Join Date
      June 15, 2015
      Posts
      28
      Rep Power
      133
      That's cool.
      Reply With Quote Reply With Quote

    8. September 22, 2015 #8
      bazaarocommunity
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      bazaarocommunity is offline
      Junior Member
      Join Date
      June 15, 2015
      Posts
      28
      Rep Power
      133
      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.
      Reply With Quote Reply With Quote

    9. September 22, 2015 #9
      bazaarocommunity
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      bazaarocommunity is offline
      Junior Member
      Join Date
      June 15, 2015
      Posts
      28
      Rep Power
      133
      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:171
      Code:
      #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) {
        }
      }
      Reply With Quote Reply With Quote

    10. September 22, 2015 #10
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      What XenForo version? It's possible the missing column is unique to certain versions.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    11. September 22, 2015 #11
      bazaarocommunity
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      bazaarocommunity is offline
      Junior Member
      Join Date
      June 15, 2015
      Posts
      28
      Rep Power
      133
      Xenforo 1.5.
      Reply With Quote Reply With Quote

    12. September 23, 2015 #12
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      In vault/core/controller/ui/special/data/wikicodelist/vw.php, find:
      Code:
      $prep['b']['fields']['title'] => 'title',
      Remove this line. This information is never used anyway.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    13. September 23, 2015 #13
      bazaarocommunity
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      bazaarocommunity is offline
      Junior Member
      Join Date
      June 15, 2015
      Posts
      28
      Rep Power
      133
      Quote Originally Posted by pegasus View Post
      In vault/core/controller/ui/special/data/wikicodelist/vw.php, find:
      Code:
      $prep['b']['fields']['title'] => 'title',
      Remove this line. This information is never used anyway.
      That worked.
      Reply With Quote Reply With Quote

    Similar Threads

    1. Header on forums
      By hollosch in forum General Discussion
      Replies: 5
      Last Post: February 3, 2015, 9:48 AM
    2. Adding more article sorting options?
      By dtbiomieg in forum VaultWiki Questions
      Replies: 1
      Last Post: January 15, 2012, 2:35 PM
    3. Navigation options
      By erintat in forum General Discussion
      Replies: 1
      Last Post: May 31, 2010, 9:13 AM

    Bookmarks

    Bookmarks
    • Submit to Digg Digg
    • Submit to del.icio.us del.icio.us
    • Submit to StumbleUpon StumbleUpon
    • Submit to Google Google

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •  
    • BB code is On
    • Smilies are On
    • [IMG] code is Off
    • [VIDEO] code is
    • HTML code is Off

    Forum Rules

    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 5:33 PM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2025 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
    Copyright © 2008 - 2024 VaultWiki Team, Cracked Egg Studios, LLC.