Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

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
  #82  
Old 05-29-2009, 12:28 PM
Deyth's Avatar
Deyth Deyth is offline
 
Join Date: Sep 2003
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cerulean View Post
I am trying to locate the warhammer online server link that goes into the server box or am I misunderstanding and this has to all, including the chacters, be entered manually?
It's all manual for now. We do have planned the ability to import data from various sources but there are higher priorities ahead of it still. Most users of this addon would only have a few games and servers to enter. Only a minority would want to enter every server for one or more games but I do sympathize since that's exactly what I did for Combine. WoW's server list alone is ridiculous.
Reply With Quote
  #83  
Old 06-14-2009, 07:36 PM
afflictionaoc afflictionaoc is offline
 
Join Date: Jun 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting some errors:

This shows up at the top of the page when viewing character history in usercp.
Code:
Warning: include_once(./lib/FormBuilder.php) [function.include-once]: failed to open stream: No such file or directory in [path]/vbGuild/view/usercp_list.php on line 11

Warning: include_once() [function.include]: Failed opening './lib/FormBuilder.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/vbGuild/view/usercp_list.php on line 11
AND
This comes up when clicking 'Add Character'.

Code:
Warning: include_once(./lib/FormBuilder.php) [function.include-once]: failed to open stream: No such file or directory in [path]/vbGuild/view/usercp_trait.php on line 12

Warning: include_once() [function.include]: Failed opening './lib/FormBuilder.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/vbGuild/view/usercp_trait.php on line 12

Fatal error: Class 'FormBuilder' not found in /home/<removed>/public_html/forum/vbGuild/view/usercp_trait.php on line 183
What have I done wrong? If I can get this to work I'll most definitely be getting the payed version.
Reply With Quote
  #84  
Old 06-15-2009, 01:02 PM
Deyth's Avatar
Deyth Deyth is offline
 
Join Date: Sep 2003
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Stupid question but are you sure you uploaded the files to the right place?
Reply With Quote
  #85  
Old 06-16-2009, 01:07 AM
afflictionaoc afflictionaoc is offline
 
Join Date: Jun 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Deyth View Post
Stupid question but are you sure you uploaded the files to the right place?
No such thing as a stupid question. Gotta start somewhere

And Yes, the files are in the right place. I thought that was the problem at first... which is why this issue is kind of mind boggling for me.

--edit--

I fixed it! The /lib/ directory is, by default, located within the vbGuild folder. It was looking for the /lib/ directory within the forum root (/forum/lib) instead of /forum/vbGuild/lib

--2nd edit--

The errors are gone, but it still isn't working. I click on 'Character History' within the UserCP, enter my info, and click save - Nothing happens. It does this in firefox and IE. In IE, it says 'error on page' in the very bottom left hand corner.
Reply With Quote
  #86  
Old 06-16-2009, 11:56 AM
Deyth's Avatar
Deyth Deyth is offline
 
Join Date: Sep 2003
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm, why would it be looking in /forum/lib? It doesn't do that for anyone else. How did you fix it? Although I'm going on vacation in two days I'd like to try to get it running for you before then. Would you trust me with temporary admin access to both your board and ftp? It's a lot to ask but I don't have any way to replicate it.

The paid version is undergoing a bottom-up rewrite. We were hoping to have it ready this past weekend but it went a bit over.
Reply With Quote
  #87  
Old 06-16-2009, 05:05 PM
chriske chriske is offline
 
Join Date: Oct 2008
Posts: 167
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so this could work if i want to create some counter strike tournaments. I can insert the clans and tournaments in here, fill in results and it will make up the next comps?
Reply With Quote
  #88  
Old 06-16-2009, 05:37 PM
Deyth's Avatar
Deyth Deyth is offline
 
Join Date: Sep 2003
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chriske View Post
so this could work if i want to create some counter strike tournaments. I can insert the clans and tournaments in here, fill in results and it will make up the next comps?
That's not what it was meant for. The plugin is meant to be character history at the individual board user level for any kind of game. In your case, the clan is the board user you want to track. What you'd have to do is create a user account for each clan, define the game as Counterstrike, the server as the tournament, and then define the tournament traits. But even then it wouldn't be determining who fights next or anything like that.
Reply With Quote
  #89  
Old 06-16-2009, 09:35 PM
Trek Trek is offline
 
Join Date: Sep 2003
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Deyth View Post
The paid version is undergoing a bottom-up rewrite. We were hoping to have it ready this past weekend but it went a bit over.
I've installed the free version but don't use it, I'm very interested in this, waiting to see what you guys do before making any decisions. Can't wait!
Reply With Quote
  #90  
Old 06-16-2009, 09:56 PM
Deyth's Avatar
Deyth Deyth is offline
 
Join Date: Sep 2003
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Trek View Post
I've installed the free version but don't use it, I'm very interested in this, waiting to see what you guys do before making any decisions. Can't wait!
It'll either be out before I fly on Thursday or after I get back first week of July. Almost everything you see here. The import/export stuff will be in a future release because we want to do it right but it's a high priority too.
Reply With Quote
  #91  
Old 06-16-2009, 10:14 PM
Trek Trek is offline
 
Join Date: Sep 2003
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sounds good, one of the primary things for me personally is to be able to configure the display to look like my theme (or better yet, use my theme settings). Assuming you guys do that, I'll buy a copy and support you guys.

Mostly I'm waiting to see how it goes as I spend way too much money on software that never sees an update. =)
Reply With Quote
Reply


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:09 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.12335 seconds
  • Memory Usage 2,357KB
  • 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
  • (2)bbcode_code
  • (5)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
  • (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