• 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 Discussion
    • General Discussion
    • VaultWiki4

    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.

    View Poll Results: Which additional forum platforms should be supported first?

    Voters
    47. You may not vote on this poll
    • IP.Board

      22 46.81%
    • XenForo

      25 53.19%
    Page 11 of 15 FirstFirst Previous ... 910111213 ... Next LastLast
    Results 151 to 165 of 215

    Thread: VaultWiki4

    • Thread Tools
      • Show Printable Version
    1. January 17, 2013 #151
      alpha
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      alpha is offline
      Junior Member
      Join Date
      May 12, 2011
      Posts
      43
      Rep Power
      185
      thanky pegasus for the reply good news

      would be great to find a welcome price with vaultwiki 4 for me as new customer - because i think you investigate a lot of work into the new major release and i hope it would be great because i like the system but at the moment i am looking for a little bit more ^^
      Reply With Quote Reply With Quote

    2. January 18, 2013 #152
      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
      Some heavy reading, but as published so far, the most complete list of changes in VaultWiki 4 over 3.0.20: https://www.vaultwiki.org/blogs/54/
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. January 21, 2013 #153
      ZakRhyno
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      ZakRhyno is offline
      Junior Member
      Join Date
      October 7, 2010
      Posts
      24
      Rep Power
      190
      Are you still going to support IPB?
      Reply With Quote Reply With Quote

    4. January 21, 2013 #154
      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
      That's the plan. It's included in the list I posted, albeit subtly.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    5. January 21, 2013 #155
      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
      Three more glaring issues that I see currently that need fixing before reopening the wiki for everyone:
      - some options are missing from the editor
      - wiki attachments are stored in the file system with the wrong IDs, bound to happen if you keep running the upgrade repeatedly without emptying the attachment directory first
      - YUI Javascript files need to be served locally to avoid issues with HTTPS theory
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    6. January 21, 2013 #156
      Alfa1
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Alfa1 is offline
      Distinguished Member
      Join Date
      September 26, 2007
      Posts
      597
      Rep Power
      284
      YUI??? Why no jquery?
      Reply With Quote Reply With Quote

    7. January 21, 2013 #157
      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
      This should not come as a surprise, as it was one of the earliest items in the tracker for VaultWiki 4: https://www.vaultwiki.org/issues/2030/

      At the time VaultWiki 4 development began, YUI was the only library supported by vBulletin. There was no inclination that they would ever support or ever so move to jquery. At the same time, we were not entirely pleased with YUI 2 that vBulletin was currently using.

      Looking forward, vBulletin's current use of YUI 2 and other open tickets in their tracker suggested that, looking forward, we should utilize a later version of the same framework. In addition to this, we looked at both jquery and YUI3 from our standpoint as developers writing a visible source product, and we concluded that YUI3 generated more readable, more understandable code. Not only that, but at the time development began, YUI3 had some features we really needed that jquery did not yet.

      When vBulletin 4.1.8 finally was released and vB began using jquery in the mobile style, there was still no greater suggestion that YUI would be dropped completely by the vB development team. It was not until vBulletin 5 went into beta, and more users like us were able to see the code, that we felt duped.

      All said, YUI3 is a really great library and I'm quite pleased with it. If jquery were as readable, or it had developed certain features sooner, maybe this post and VaultWiki 4 would have been different.

      In the mean time, compare (YUI3):
      Code:
      var posts = Y.Node.all("div.postbody");
      To (jquery):
      Code:
      var posts = $("div.postbody");
      Regardless of which library we chose, we would still be at this point right now, fighting with our live server software over the best way to compress the includes (the way VaultWiki wants, not the way the server wants).
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    8. January 21, 2013 #158
      Alfa1
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Alfa1 is offline
      Distinguished Member
      Join Date
      September 26, 2007
      Posts
      597
      Rep Power
      284
      Yes, I thought this was the reason. Though I had expected that VW4 was written to be independent from vbulletin and targeted at multiple community software solutions.
      Reply With Quote Reply With Quote

    9. January 22, 2013 #159
      alpha
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      alpha is offline
      Junior Member
      Join Date
      May 12, 2011
      Posts
      43
      Rep Power
      185
      short question

      is vaultwiki 4 working with all vb 4.x ? because I use allready 4.1.10 and I am not expecting an update because some addons what i use do not support 100% the 4.2 or higher

      Thanks & looking forward when new wiki is online for public
      Reply With Quote Reply With Quote

    10. January 22, 2013 #160
      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
      VaultWiki 4 is currently working with vBulletin > 4.1.4. vBulletin < 4.1.4 uses the same editor as vBulletin 3, and vBulletin 3 support has not yet been heavily tested.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    11. January 22, 2013 #161
      alpha
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      alpha is offline
      Junior Member
      Join Date
      May 12, 2011
      Posts
      43
      Rep Power
      185
      ok that means i have no problem with my vbulletin 4.1.10 to use vaultwiki 4 - with the editor you mean the changed CKeditor?
      Reply With Quote Reply With Quote

    12. January 22, 2013 #162
      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
      Images are currently broken (image file types aren't flagged correctly), category membership is missing, some options are still not showing up in the editor, and there are a few other minor things here and there... but the wiki is now turned on for users to check out and start testing.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    13. January 23, 2013 #163
      alpha
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      alpha is offline
      Junior Member
      Join Date
      May 12, 2011
      Posts
      43
      Rep Power
      185
      ...
      Last edited by alpha; January 23, 2013 at 4:24 AM. Reason: sorry double post form has not accept the first post but now its here - there is any issue in the forum
      Reply With Quote Reply With Quote

    14. January 23, 2013 #164
      alpha
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      alpha is offline
      Junior Member
      Join Date
      May 12, 2011
      Posts
      43
      Rep Power
      185

      vaultwiki 4

      pegasus thanks for the great job - looks really good with the changed style - it doesnt look like a normal forum style

      when is this vaultwiki 4 (it is beta status now or RC ?) ready for testing on the own server ?
      as well is the sitemap addon for vbseo also working with the vw4?

      when i buy the product now - then i get also access to the vaultwiki 4 when its ready for download?

      Thanks
      Reply With Quote Reply With Quote

    15. January 25, 2013 #165
      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
      I'm glad you like the style. We tried not to change it too much that people wouldn't recognize it, but at the same time we wanted to update it and give it a slightly cleaner look. There are still some cross-browser issues that need to be fixed since modern browsers have now added support for CSS-3 properties and deprecated transitional properties.

      VaultWiki 4 is still Alpha status for now. Any addons for VaultWiki will have to be completely rewritten for VaultWiki 4 or they won't work and will probably give your site serious errors. This includes the sitemap addon. A new version will have to be released, if it is needed at all.

      Yes, if you buy the product now you would get access to VaultWiki 4 as well. VaultWiki 4 is still alpha status from our perspective.

      More generally, on the 25th I will have to create a blog entry about everything users should really do when upgrading to VaultWiki 4. A script can only do so much, and there are many other things that need to be considered and catered for. Keep an eye out for it.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    Page 11 of 15 FirstFirst Previous ... 910111213 ... Next LastLast

    Tags for this Thread

    vaultwiki 4, vaultwiki4

    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 4:57 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.