• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
    • Wiki
    • Support
      • Manage Subscriptions
      • FAQ
      • Support For
        • VaultWiki 4.x Series
        • VaultWiki.org Site
    • What's New?
    • Buy Now
    • Manual
    • 
    • Support
    • VaultWiki 3.x Series
    • Bug
    • Invalid Tag Specified

    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.

    Issue: Invalid Tag Specified

    • Issue Tools
      • View Changes
    1. issueid=1764 July 5, 2010 10:42 AM
      Jav Jav is offline
      Junior Member
      Invalid Tag Specified

      I am trying to create a new namespace



      but i keep getting



      What am i doing wrong?

      Also, i want to use the Book namespace to create books, but have the chapters in a namespace "content"
      which is no visible on the forum. How would i go about this?
    Issue Details
    Issue Number 1764
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Namespaces
    Status Fixed
    Priority 4 - Warnings / Script Errors
    Affected Version 3.0.1
    Fixed Version 3.0.2
    Milestone VaultWiki 3.0.5
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. July 5, 2010 10:50 AM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed for the next build. This occurs when you have not yet created the Header namespace and you try to Add New Namespace (assigning it as header should work fine).

      In admincp/vaultwiki_namespace.php, find (all):
      Code:
      		if ($namespace['namespaceid'] != HEADER_SPACE)
      Replace each with:
      Code:
      		if (HEADER_SPACE AND $namespace['namespaceid'] != HEADER_SPACE)
      When you make this change, a new field will appear in the form. This field is required.
      Reply Reply  
    2. July 5, 2010 11:13 AM
      Jav Jav is offline
      Junior Member
      Sorry, posted to quickly. Applied the file edits to the two occurence and saved but no difference.

      Then tried with assigning it as header should work fine and i could create the namespace but then it created another issue.
      Now the wiki is not showing on the forum ( though the Wiki button still works ) but I see two Wiki pages on the Special page.
      The previous posts are showing up as orphaned............ poor posts..............funny on the Special page that was previously blank..
      Reply Reply  
    3. July 5, 2010 11:33 AM
      Jav Jav is offline
      Junior Member
      Deleted by creator
      Reply Reply  
    4. July 5, 2010 5:07 PM
      pegasus pegasus is offline
      VaultWiki Team
      Your Header namespace doesn't look like it was assigned as the "Header namespace". Check the namespace functions form.

      The edit I gave above was incorrect.
      Code:
      if (HEADER_SPACE AND $namespace['namespaceid'] != HEADER_SPACE)
      Should be:
      Code:
      if (!HEADER_SPACE OR $namespace['namespaceid'] != HEADER_SPACE)
      Reply Reply  
    5. July 6, 2010 10:24 AM
      Jav Jav is offline
      Junior Member
      That did not work either. I should clarify, I can now see the bits line but still same error.
      Reply Reply  
    6. July 6, 2010 10:44 AM
      pegasus pegasus is offline
      VaultWiki Team
      Okay so what value are you entering for "BB Code Tag Name" (right below the bits line)?
      Reply Reply  
    7. July 6, 2010 11:13 AM
      Jav Jav is offline
      Junior Member
      I was creating a namespace for the wrong reason, I think. What i wanted was a space to hold chapters for books, so the Books
      forum was not clustered with chapters from multiple books. What I needed to do was create a sub forum under Books using Forum
      Manager. Is this correct?

      Is there a way to stop posts in the /Books/Chapters subforum from showing up in What's New?

      Now whatever I have done with namespaces the Wiki no longer shows as a forum section on my vB forum.
      It is turned on. The posts are there. How do it get the posts and Wiki forums.sub forums to show?
      Reply Reply  
    8. July 6, 2010 11:50 AM
      pegasus pegasus is offline
      VaultWiki Team
      Technically, either option should work. Personally I also prefer to create the chapters in a separate namespace.

      If the namespaces aren't appearing in the forum list, make sure the "Show Namespace in Forum Bits?" setting is set to "Yes". Also make sure the Display Order is not 0 for them or your wiki section.

      As for stopping them from appearing in What's New, there's not really an option to do this at the current time (unless you want to disable search entirely for your Books). If you know a little PHP, you can add the book forums to the search's exclusion list.
      Reply Reply  
    + Reply

    Assigned Users
    Loading Please Wait
    Tags
    Loading Please Wait
    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 1:52 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 © 2023 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2023 DragonByte Technologies Ltd.
    Copyright © 2008 - 2013 VaultWiki Team, Cracked Egg Studios, LLC.