• 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
    • Is it possible to disable Area Article?

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

    Thread: Is it possible to disable Area Article?

    • Thread Tools
      • Show Printable Version
    1. 1 Day Ago #1
      Alfa1
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Alfa1 is online now
      Distinguished Member
      Join Date
      September 26, 2007
      Posts
      617
      Rep Power
      290

      Is it possible to disable Area Article?

      My area pages are similar to Forum nodes: their only purpose is to display the content therein.
      I dont need the Area article, comments on the area article, ratings, categories, tags.
      Is there a way to disable this for the Area page, while keeping those functions active for the pages in the area?
      Reply With Quote Reply With Quote

    2. 1 Day Ago #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,975
      Blog Entries
      18
      Rep Power
      693
      AdminCP > Setup > Options > VaultWiki: Aesthetics > Show placeholder text on wiki containers.

      As for hiding those functions on the area, you should use permissions for that. Under the permissions heading "Area permissions". Basically, if the user has permission to do it, it will show the option to do it. So if you don't want the option, you should revoke the permission. Unless stated otherwise, the permissions in this heading only apply to the area's main landing page. Child pages are handled in other headings, like "Page permissions".
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. 1 Day Ago #3
      Alfa1
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Alfa1 is online now
      Distinguished Member
      Join Date
      September 26, 2007
      Posts
      617
      Rep Power
      290
      Thanks!

      I have set the following permissions to Never, but it still displays.

      Can see edit history for area main pages?
      Can protect/unprotect area main pages?
      This seems a bug.

      Is it possible to hide for Area page:
      * contributors
      * edit
      * synonyms
      * watch
      * report
      * tags

      Translate has been turned off, but the flag still displays. Can we hide it?
      Last edited by Alfa1; 1 Day Ago at 2:15 PM.
      Reply With Quote Reply With Quote

    4. 3 Hours Ago #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,975
      Blog Entries
      18
      Rep Power
      693
      - Can see edit history for area main pages?
      Much like edit history generally, this is superseded by the Staff Permission Can moderate all wiki content. I think there's a bug, because it should also be superseded by Can undo edits to all wiki pages, and I don't think it is. In that case, it should only appear for staff. Logic: if a staff member is allowed to moderate wiki edits (included in ALL wiki content), then they must be able to see the edit history, in order to see that edit, in order to moderate it.

      - Can protect/unprotect area main pages?
      This is superseded by the Staff Permission Can protect/unprotect all wiki content. In that case, it should only appear for staff.

      If your goal is to remove the tabs entirely, why not try using a tab-less layout for this area? That changes the tabs to a more condensed menu that uses icon buttons. Note that it does affect all content in the area too, but on most of my wikis I tend to use tab-less for everything because it helps me make the layout cleaner. example: https://www.vaultwiki.org/xf/index.p.../&title=system

      * contributors/credits: this tab will disappear if you revoke permission to see the area main page's history.

      * edit: if you revoke permission to edit the area main page, it should not appear. This is superseded by the Staff Permission Can edit all wiki content. In that case, it should only appear for staff.

      * synonyms: same as edit tab

      * watch: a user can watch wiki content if they're logged in and can view the wiki content. If you disable watching an area, then users wouldn't be able to be notified if there are new wiki pages in the area.

      * report: the permissions don't distinguish between allowing users to report suspicious content with the area vs attached to the area itself.

      * tags: if you revoke permission to tag the area main page, and it has no tags already, then it should not appear. This is superseded by the Staff Permission Can edit all wiki content. In that case, the link to edit tags should only appear for staff.

      The flag will still display to show the language the area is in, even if the user cannot translate the area, because you have a multi-language wiki, where some content (even areas) might be set to a different language. Ideally this could be hidden with CSS, but I don't see a way to do it just for areas. You could modify the template vw_node_shell. For every:
      Code:
      <xf:if is="{$flags}">
      Replace with:
      Code:
      <xf:if is="{$flags} AND !{$node.indexid} AND (!{$node.pageid} OR {$node.areaid} != {$node.pageid})">
      If you switch to tab-less, you'll have to wrap that condition around:
      Code:
      <xf:include template="vw_translate_tabless" />
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    Similar Threads

    1. How do I disable guest viewing of comments and çategories that list this page' in an area
      By Alfa1 in forum VaultWiki Questions
      Replies: 1
      Last Post: January 5, 2019, 1:18 PM
    2. Can we disable the Area tab?
      By Alfa1 in forum VaultWiki Questions
      Replies: 4
      Last Post: February 24, 2016, 4:15 PM
    3. Default category for area or default area for category
      By baggy11 in forum VaultWiki Questions
      Replies: 0
      Last Post: September 24, 2015, 3:04 PM
    4. Possible to move thread to Wiki article?
      By Frank Wulfers in forum VaultWiki Questions
      Replies: 4
      Last Post: December 1, 2012, 2:05 AM
    5. Is it possible to post a wiki article in a forum which also contains threads?
      By howard in forum VaultWiki Questions
      Replies: 3
      Last Post: June 30, 2011, 6:10 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 2:49 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.