Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
vbGuild (full) - Guild/Clan Roster Plugin (multi-game, multi-char) Details »»
vbGuild (full) - Guild/Clan Roster Plugin (multi-game, multi-char)
Version: 1.1.4, by Deyth Deyth is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.x Rating:
Released: 03-09-2009 Last Update: 03-02-2011 Installs: 63
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

I'm no longer supporting it so I've published the most recent FULL version for free. I hope you all enjoy it.

Until now, there's been no vBulletin plugin that supports a guild whose history spans more than one game, one server, or with members having multiple characters in the same game. vbGuild is made with those guilds in mind. Define games, servers for those games, and traits for each game. A trait can be a text input value like surname or crafter type, a dropdown for values like race, class, or level, a radio button, or a check box. Set up each game's character history exactly as you want it. Determine which usergroups can record their characters on your board and which show up in your roster and then view that roster at any level, i.e. all games, one game, or one server.

The free version only supports one game and server nor will it see any future enhancements. You can find out about some of the planned enhancements, what the full version can do, and how to get it at Unmoderated Info.

This is our first mod and we're hoping to make it a major one over time. Please support the effort. Thanks and we look forward to hearing feedback.

It works with 3.7.x and higher. Please click installed.

PUBLISH FILES:
  1. Download the latest version attached.
  2. Extract the files to your desktop.
  3. Transfer the contents of the "upload" folder to your web server's forum root folder via FTP.

IMPORT PRODUCT:
  1. Open your board's admin control panel: http://mysite/vbulletin/admincp
  2. Expand Plugins & Products >> Manage Products
  3. Click [Add/Import Product] at the bottom.
  4. Browse to product_vbGuild.xml in the "do not upload" folder you extracted.
  5. Allow Overwrite = Yes.
  6. Click Import.

USERGROUP PERMISSIONS:
  1. Open your board's admin control panel: http://mysite/vbulletin/admincp
  2. Expand Usergroups >> Usergroup Manager
  3. Choose a group to allow to manage characters and show in the list
  4. Scroll to the bottom of the permissions list
  5. Select the desired permissions in the vbGuild block
  6. Click Update.
  7. Repeat for each usergroup you want to permit some vbGuild usage. The default is deny all but viewing.

DEFINE GAMES:
  1. Open your board's admin control panel: http://mysite/vbulletin/admincp
  2. Expand vbGuild >> Edit Game List
  3. Add game.
  4. Repeat for each game you want to add.

DEFINE SERVERS:
  1. Open your board's admin control panel: http://mysite/vbulletin/admincp
  2. Expand vbGuild >> Edit Server List
  3. Choose game in the dropdown.
  4. Add servers to that game.
  5. Repeat for each game you want to add to.

DEFINE TRAITS:
  1. Open your board's admin control panel: http://mysite/vbulletin/admincp
  2. Expand vbGuild >> Edit Character Traits
  3. Choose game in the dropdown.
  4. Enter a trait name, choose the type, click add trait.
  5. Most things should be obvious. The two things worth mentioning are drag-and-drop sorting and, for select boxes, if you put a number range in the option name field it will create that entire range. For instance, if you want to create levels 1 through 70, type 1-70 and click Add Option.
  6. Repeat for each game you want to add to.

Download Now

File Type: zip vbGuild_1.1.4.zip (288.5 KB, 99 views)

Screenshots

File Type: jpg GameList.jpg (58.2 KB, 0 views)
File Type: jpg Roster.jpg (42.1 KB, 0 views)
File Type: jpg RosterServer.jpg (21.7 KB, 0 views)
File Type: jpg ServerList.jpg (55.4 KB, 0 views)
File Type: jpg TraitList.jpg (28.9 KB, 0 views)
File Type: jpg TraitOptions.jpg (75.9 KB, 0 views)
File Type: jpg UserCP.jpg (64.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 03-12-2009, 11:22 PM
Deyth's Avatar
Deyth Deyth is offline
 
Join Date: Sep 2003
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Warden, did you upload it to this forum? http://www.global-gamers.net/ If yes, then http://www.global-gamers.net/forums/vbguild.php should hit the roster view but it's not. There's no error or anything. Why?

Aligator, in your case going to http://forum.online-games.gr/vbguild.php does give an unspecified 500 error so I'm guessing it is where it's supposed to be. In the attached zip, there was a file located at "/upload/admincp/vbguild.php". On line 45, just before the "require_once" line, add the following line, save, and upload it to your site:

print $VBPath . "<br>" . $vbGuildPath . "/lib/VbGuild.php";

Now go to the admin CP, click on game list, and paste back the 2 lines containing paths that should be at the top of the screen. I need to know where it's trying to find that file. It should look something like this:
Code:
/home/thecombi/public_html/vbulletin
/home/thecombi/public_html/vbulletin/vbGuild/lib/VbGuild.php
In the example above, the files contained in upload were transferred to the vbulletin directory.
Reply With Quote
  #23  
Old 03-13-2009, 02:57 AM
Deyth's Avatar
Deyth Deyth is offline
 
Join Date: Sep 2003
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've updated the version to 1.0.8. The only thing changed is the bug Warden helped me track down. It had to do with his renaming the admincp folder.
Reply With Quote
  #24  
Old 03-13-2009, 05:50 AM
Deyth's Avatar
Deyth Deyth is offline
 
Join Date: Sep 2003
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, it's still not working if you've renamed your admincp and it won't be fixed this week. I've hit a wall. Sorry.
Reply With Quote
  #25  
Old 03-14-2009, 12:10 AM
Warion's Avatar
Warion Warion is offline
 
Join Date: Feb 2008
Location: Pennsylvania
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would love to see this work. Will this allow a site that plays multi-games to have a roster for each game. A roster that would work off of one database. To allow people that play more than one game to be allowed to list their toons on it. Even allow them to add their alts?
Reply With Quote
  #26  
Old 03-14-2009, 12:21 AM
legion! legion! is offline
 
Join Date: Oct 2006
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

im so confused...so what is this like the RPG hack??
Reply With Quote
  #27  
Old 03-14-2009, 01:02 AM
Deyth's Avatar
Deyth Deyth is offline
 
Join Date: Sep 2003
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Warion View Post
I would love to see this work. Will this allow a site that plays multi-games to have a roster for each game. A roster that would work off of one database. To allow people that play more than one game to be allowed to list their toons on it. Even allow them to add their alts?
It does work unless you've renamed your admincp folder. I'll solve that problem but probably not until next week.

Yes, it's all one database. With the full version you can add multiple games, multiple servers for each games, unique sets of traits per game (i.e. some games have races, some have classes, etc.), and multiple characters per user including alts. You can see it in action here.
Quote:
Originally Posted by legion! View Post
im so confused...so what is this like the RPG hack??
It's a roster plugin for gaming guilds/clans.
Reply With Quote
  #28  
Old 03-14-2009, 03:02 AM
SuperTaz's Avatar
SuperTaz SuperTaz is offline
 
Join Date: Apr 2007
Location: Pennsylvania
Posts: 744
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll wait till you can find a fix.
Reply With Quote
  #29  
Old 03-20-2009, 05:07 PM
ShawnV's Avatar
ShawnV ShawnV is offline
 
Join Date: Mar 2005
Posts: 270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks promising, marked as installed, waiting to see future development.

_V
Reply With Quote
  #30  
Old 03-20-2009, 08:06 PM
Trip3151 Trip3151 is offline
 
Join Date: Mar 2007
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This could be the next big thing for Guilds wish you all the best with it I also clicked installed
Reply With Quote
  #31  
Old 03-20-2009, 08:19 PM
Trek Trek is offline
 
Join Date: Sep 2003
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed ok, but having some issues with the display.

http://www.darkhandofvalor.com/vbguild.php

It doesn't show the name listed. I do have one created, with a server and about 5 user fields. Not sure what to check otherwise.

This is pretty cool though, something I've been waiting for and too lazy to write myself. =)
Reply With Quote
Reply

Thread Tools

Posting Rules
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 On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:00 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05296 seconds
  • Memory Usage 2,349KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (8)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete