• 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
    • BBCODE all the same?

    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 2 of 2

    Thread: BBCODE all the same?

    • Thread Tools
      • Show Printable Version
    1. August 2, 2011 #1
      reeshe
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      reeshe is offline
      New Member
      Join Date
      August 1, 2011
      Posts
      1
      Rep Power
      0

      BBCODE all the same?

      My bbcodes don't seem to be working properly. They all say the same thing when pressed?

      I'm speaking of the [H][/H] [COMMENT][/COMMENT] etc..they all just say the wikitag instead

      I"m also getting this error while editing a wiki
      Code:
      Warning: array_unshift() [function.array-unshift]: The first argument should be an array in [path]/vault/functions/bbcode/headline.php on line 75
      Reply With Quote Reply With Quote

    2. August 2, 2011 #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
      If all the BB-Codes are saying the same thing, you are running vBulletin 4.1.4. This is a bug in vBulletin and they fixed it in 4.1.5.

      As far as the other error goes, it sounds like a conflict with another mod, because that code by design only gets called on wiki pages where the array is available. Something else must be calling it indirectly and not supplying the array.

      We can try to avoid the code executing in that case by modifying vault/functions/bbcode/headline.php. Find:
      Code:
      		if (wiki_only_bbcode())
      		{
      			$option = 2;
      		}
      Replace with:
      Code:
      		if (wiki_only_bbcode() OR !is_class_type($parser, 'wiki'))
      		{
      			$option = 2;
      		}
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    Similar Threads

    1. disable table bbcode in xF
      By dvsDave in forum VaultWiki Questions
      Replies: 2
      Last Post: February 10, 2015, 1:28 PM
    2. Gallery BBCode
      By delicateglow in forum VaultWiki Questions
      Replies: 5
      Last Post: October 12, 2014, 2:34 PM
    3. Possible for HTML to not parse to BBCode?
      By delicateglow in forum VaultWiki Questions
      Replies: 1
      Last Post: April 12, 2013, 1:23 PM
    4. TABLE bbcode
      By Kaelon in forum VaultWiki Questions
      Replies: 19
      Last Post: May 4, 2012, 7:10 PM
    5. bbcode used and is gone vb 4.1.5
      By cosy in forum VaultWiki Questions
      Replies: 8
      Last Post: August 14, 2011, 9:52 PM

    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 12:06 AM.
    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.