Recent content by pegasus

  1. pegasus

    VaultWiki [Paid]

    This BB-Code will create a hyperlink to the wiki page called "wiki.item". To embed a VaultWiki entry, you may want to use XenForo's EMBED BB-Code, same as for forum posts and other content, which embeds a preview of content wrapped with the premade widget block you're used to. As with other...
  2. pegasus

    VaultWiki [Paid]

    As the default style on XenForo has responsive design, when using VaultWiki with XenForo, its content pages will also have responsive design. If you have a particular issue with a custom style, you may need to update VaultWiki's templates in accordance with your custom style.
  3. pegasus

    VaultWiki [Paid]

    Yes, we had discussed Process::__construct() earlier, but I still don't know why you put this in your custom error handler: if (strpos($message, 'Argument #2') !== false && strpos($file, 'vw') !== false) The Process::__construct() error says: Argument #1 ($command) must be of type array so it...
  4. pegasus

    As designed All video attachments are publicly accessible

    Yup, it's completely doable, just a lot of work. I also implemented video streaming in a custom controller and custom player Javascript for one of my sites. In the backend, you need ffmpeg to generate dash fragments and hls fragments, bandwidth versions, etc, and then you need some knowledge of...
  5. pegasus

    VaultWiki [Paid]

    It took me a bit to figure out what errors you're trying to suppress, since they aren't any that you reported. For the fread error, it seems like this occurs when trying to opening the install log the next time you open the installer, if you previously started an installation that created the...
  6. pegasus

    VaultWiki [Paid]

    I'm confused. I thought you confirmed the CLI installation completed successfully after you made the previous change you suggested. The remaining issue was the batch installer when installing directly from the archive via a browser. This would not cause database damage, it just prevents you...
  7. pegasus

    VaultWiki [Paid]

    You received the error message above because VaultWiki is having trouble being installed using XenForo's batch installer. It looks like the batch installer has changed in more recent XenForo versions, and VaultWiki's installer needs to be updated for it to work again. In the mean time...
  8. pegasus

    VaultWiki [Paid]

    It looks like installing the add-on directly from the archive using CLI is not working and we will need to do some investigation. We typically do not recommend this type of installation process for VaultWiki anyway. Please follow the recommended installation instructions...
  9. pegasus

    VaultWiki [Paid]

    No, extras like branding removal affect the overall subscription price, so you would have an increased monthly price for as long as you keep branding removal turned on. Also, the terms for some extras are slightly different. Even though you are allowed to keep using the software after your...
  10. pegasus

    VaultWiki [Paid]

    We do have a lifetime subscription, but it has not been available for general sale for several years. Since then, sometimes we offer it during special events or promotions. I recommend starting your VaultWiki journey with a monthly plan, and then upgrading to an Annual Plan later should you...
  11. pegasus

    Change Content Owner or Date

    Possibly I'm missing something, but how do I set the post date / content owner when making a new post? Making the post as myself, then going back and editing to make these changes is making things taking longer than I hoped (moving various Facebook messenger conversations between staff into...
  12. pegasus

    VaultWiki [Paid]

    Yes, at some point soon the resource should reflect the newest version. We tend to post the notices off the main site on a delay. Yes, VaultWiki has a lot of granular permissions that you can setup per usergroup and per part of the wiki (area).
  13. pegasus

    VaultWiki [Paid]

    The current release 4.1.8 supports XenForo 2.3. If you are upgrading from an earlier version, please ensure that you disable VaultWiki prior to upgrading to XenForo 2.3. After upgrading to XenForo 2.3, upgrade to VaultWiki 4.1.8.
  14. pegasus

    VaultWiki [Paid]

    When the product features clearly state: "VaultWiki has versions available for... XenForo versions 1.2.0 - 2.2.15" Another hint may have been the download choices: XenForo 2.2.x XenForo 2.1.x XenForo 1.x Note the clear lack of a XenForo 2.3.x choice. And the installation instructions...
  15. pegasus

    Fixed New URL romanization options do not enforce intl extension properly

    Okay, after further comparison of file changes, I see the following: It should be noted that PHP does not seem to use the actual PCRE library, but instead writes its own extension based on that library. This inevitably leads to situations where PHP is out of step with PCRE, even if a newer...
Back
Top Bottom