• 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
    • Feature
    • vBActivity Integration

    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: vBActivity Integration

    • Issue Tools
      • View Changes
    1. issueid=1683 June 13, 2010 8:55 AM
      Webbstre Webbstre is offline
      Junior Member
      vBActivity Integration

      I suggested adding integration of VaultWiki edits to the points system of DBTech's vBActivity add-on, at their site, and they said that to do so they would need a donation copy from someone to set it up. I think it would be good publicity for both groups, and would give more of my users motivation to contribute to our wiki. Here is the post I made over at DBTech's site, so you know who to contact: http://www.dragonbyte-tech.com/project.php?issueid=85
    Issue Details
    Issue Number 1683
    Issue Type Feature
    Project VaultWiki 3.x Series
    Category Editing / Posting Articles
    Status Out of Scope
    Priority 5 - Minor Bugs / Small Tweaks
    Suggested Version 3.0.0
    Implemented Version (none)
    Milestone VaultWiki 3.0.5
    Software DependencyAny
    Votes for this feature 0
    Votes against this feature 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. June 13, 2010 5:04 PM
      pegasus pegasus is online now
      VaultWiki Team
      Not really necessary to give them a copy. Looking at vbactivity Lite, it should be really simple to do with a single product (1 setting, 1 plugin, and some phrases):
      Setting varname: dbtech_vbactivity_points_pervwedit
      Plugin location: vault_revisiondata_postsave
      Code:
      if ($this->existing AND !$this->fetch_field('pending') AND !$this->fetch_field('minor'))
      {
      	global $vbactivity;
      	$vbactivity->insert_points('pervwedit', 	$this->fetch_field('revisionid'));
      	
      	$vbactivity_typenames = array(
      		'pervwedit',
      		'vwedit',
      		'totalpoints',
      		'activitylevel',
      	);
      	$vbactivity_loc = 'vwedit';
      	
      	($hook = vBulletinHook::fetch_hook('dbtech_vbactivity_data_submit')) ? eval($hook) : false;
      	
      	// Check achievements
      	$vbactivity->check_feature_by_typenames('achievement', $vbactivity_typenames, $this->registry->userinfo);
      You'll have to check with them to see if that's all that's needed, not sure if they need the URL schema or anything.
      Reply Reply  
    2. June 17, 2010 2:44 AM
      pegasus pegasus is online now
      VaultWiki Team
      Otherwise, third-party non-vBulletin-core integration is out of the scope of VaultWiki and should be released as a separate modification / integration.
      Reply Reply  
    3. June 17, 2010 3:14 AM
      Webbstre Webbstre is offline
      Junior Member
      I passed this on, I think it's just a ways down their list of things to add on. I'll update you when/if it makes it in to an update on their end.
      Reply Reply  
    4. August 20, 2010 12:38 PM
      Mokonzi Mokonzi is offline
      Senior Member
      Did this get anywhere Webbstre?
      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 7: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.