• 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
    • A clash/bug and some questions

    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: A clash/bug and some questions

    • Thread Tools
      • Show Printable Version
    1. March 11, 2010 #1
      Webbstre
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Webbstre is offline
      Junior Member
      Join Date
      February 3, 2010
      Posts
      40
      Rep Power
      175

      A clash/bug and some questions

      First off, thanks for the help getting my test wiki installed and imported. It went through with the new download and the pages were imported. Now I have a few questions:

      1- I found a small clash pretty quickly. The VB4 Mod Ultimate Quick Reply causes this BBCode mess after VaultWiki is installed:

      Any suggestions on how to make it work? Hooks or something?

      2- It says that enabling legacy support options will have a significant impact on site performance. Is that in RAM, CPU, or both? Would it be wise to try to convert old articles to the new code instead of enabling legacy support?

      3- What are social group masks and Group Start pages?

      4- I notice several places in the instruction guide it has linked words, which if you highlight over it will give a small preview from the wiki page. How do I set that up myself? Does each word need to be done manually or can the site be set so that any time a wiki word is included it creates a link?

      5- My wiki's images were stored in two places: a common "media" mediawiki installation to share images across languages, and several images that were uploaded to the English wiki by people who didn't know what they were doing. Do I need to manually upload those images somewhere for them to show up in the imported wiki and how do I do that?

      6- I like the homepage thing under the wiki because it lets me create wikis organized by language (i think), but when I click the word "English" I want it to go to a special homepage rather than a random listing of pages. How do I do that?

      Thanks again! I'll have more questions the more I test stuff out.
      Last edited by Webbstre; March 11, 2010 at 3:52 AM.
      Reply With Quote Reply With Quote

    2. March 11, 2010 #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,934
      Blog Entries
      18
      Rep Power
      659
      1 - You can add support for Advanced Quick Reply by editing vault/special_plugins_newpost.php. Find:
      Code:
      	if ($allow_custom_bbcode AND strpos($toolbar_template, 'quickreply') === false)
      Replace with:
      Code:
      	if ($allow_custom_bbcode AND (strpos($toolbar_template, 'quickreply') === false OR $GLOBALS['show']['phpkd_vbaqr_active']))
      2 - Because legacy support relies on a different kind of parser, loading (and using) both parsers on the same page is going to use extra memory and CPU. It's just logical - but the legacy parser makes heavy use of regular expressions which are known to be "slow." We always recommend trying to convert old articles rather than enabling legacy support.

      3 - Since Beta 4, VaultWiki allows vBulletin's Social Groups to be given wiki permissions so that the groups can create group-related wiki pages. Group Start pages are simply the group-related page that serves as their wiki home page. You can read more on specific settings by clicking the ? in the options menu.

      4 - By default, hovering over words that have been linked to a wiki page will show a small preview from the wiki page. It's also possible to auto-link words to the wiki page without doing anything yourself. You can turn on this ability on a per-forum basis (via the Forum Manager), and on a content-type basis (see Settings > Options > VaultWiki: General Settings).

      5 - If your vault/config_import_mediawiki.php file was configured correctly - and they were in the same wiki database, and you used the most recent version of the import script, then your images should have been uploaded automatically. If your images were stored in a separate wiki database, you can import these separately by running the importer again using the appropriate config settings for your setup. Of course, you can always spend the time re-uploading those images one by one.

      6 - You can set a wiki "Main Page" for individual forums by going to the Forum Manager and filling in "Forum Link" with the URL of the wiki page you want to use.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. March 12, 2010 #3
      Webbstre
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Webbstre is offline
      Junior Member
      Join Date
      February 3, 2010
      Posts
      40
      Rep Power
      175
      Thanks for your help! The Quick Reply bug was fixed with the code you gave me, and I figured out how to set a main page. Now I have two new questions

      1- Is it possible to make another "Special" page? I like having the Wiki lead to a list of languages, but I would also like to have another similar page that has links to different special areas of my site.

      2- Is there a way to set up a sidebar for the wiki area?
      Reply With Quote Reply With Quote

    4. March 12, 2010 #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,934
      Blog Entries
      18
      Rep Power
      659
      1 - It is not currently possible to set up a custom wiki home page. This is something we are considering adding very very soon. See: http://www.vaultwiki.org/issues/1200/

      2 - There is no built-in way to build a sidebar for the wiki area. There are some good vBulletin mods that create sidebars, and some users have had success using them with VaultWiki, although I have yet to see this done in vBulletin 4.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    Similar Threads

    1. IPB Questions
      By ZakRhyno in forum Pre-Sales Questions
      Replies: 14
      Last Post: January 29, 2014, 11:02 PM
    2. Some questions
      By we_are_borg in forum VaultWiki Questions
      Replies: 3
      Last Post: June 21, 2012, 3:04 PM
    3. More questions
      By JesterP in forum General Discussion
      Replies: 6
      Last Post: April 16, 2012, 2:18 AM
    4. Few Questions
      By Sadikb in forum Pre-Sales Questions
      Replies: 2
      Last Post: July 18, 2011, 1:11 AM
    5. A few questions:
      By DChapman in forum Pre-Sales Questions
      Replies: 7
      Last Post: September 4, 2010, 11:53 AM

    Tags for this Thread

    ability, advanced, after, also, another, any, are, articles, automatically, bbcode, because, been, but, clash, com, considering, did, different, does, doing, download, each, few, files, first, forum, get, getting, give, guide, has, having, help, here, homepage, hooks, how, http, img, individual, installed, jpg, know, legacy, linked, load, mod, more, most, need, notice, now, off, old, options, other, out, own, pages, php, places, possible, pre, preview, question, questions, quick, regular, reply, same, see, share, should, show, showthread, sidebar, sidebars, site, social, something, specific, stuff, that, their, them, this, time, try, trying, two, type, ultimate, under, vaultwiki, vbulletin, very, via, was, way, were, wiki, wikis, with, without, words, work, would, www, you

    View Tag Cloud

    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:31 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.