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
gWoWChar - World of Warcraft Character Menu Details »»
gWoWChar - World of Warcraft Character Menu
Version: 1.3.0, by Gryphon Gryphon is offline
Developer Last Online: Sep 2023 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.8.11 Rating:
Released: 03-07-2007 Last Update: 01-29-2008 Installs: 259
Supported Uses Plugins Template Edits Auto-Templates
Re-useable Code Additional Files  

What is it?
[hr]-[/hr]gWoWChar is a modification for vBulletin which allows you to display popup World of Warcraft character information in your forums posbit.

If you use this mod, please Mark as Installed, and if you really enjoy this mod, please Nominate for MOTM, and if you really really enjoy this mod, feel free to Support Developer! Thank you!


Support
[hr]value[/hr]I use my released mods daily, if I find an issue with them or add features for myself I will release updates. If there are significant bugs or simple feature requests I will do my best to release fixes. Some of my mods rely on fetching data from 3rd party websites, due to the unreliable results, my mods will require users to troubleshoot for themselves if they find the addon is not working for them specifically. I am offering my personal mods that work ok for me for you to use, I am sorry I do not have time to troubleshoot many user specific issues. Thank you for your understanding.

Features
[hr]-[/hr]
  • Allows your users to enter multiple servers and characters
  • Links to either US or EU WoW Armorys.
  • Templated so you can direct links somewhere other than the Armory if you wish.
  • Manually place menu in postbit with $wowchar_menu
  • Optionally automatically add to postbit*
  • Shows formatted links on user profile profile.
  • Unified profilefield compatible with gWoWEvents and gWoWRoster
*Automatic addition of menu may not work with all templates.

Installation
[hr]-[/hr]
  1. Download the latest version and upload all files.
  2. Install the product.
  3. Create a Multiple-Line Text Box User Profile Field.
    • /admincp/?loc=profilefield.php%3Fdo%3Dadd
    • Multiple-Line Text Box
    • Continue
    • Title: World of Warcraft Characters
    • Description:
      Code:
      Enter one character per line.<br /><br />Format: US/EU|Realm|Faction|Name<br /><br />Example: US|Mal'Ganis|Alliance|Gryphen
    • Default Value: Leave Blank
    • Max length of allowed user input: 1000
    • Field Length: 50
    • Text Area Height: 6
    • Field Editable by User: Yes
    • Other options are optional.
    • Save
    • Look and see what the field name is for World of Warcraft Characters, example field25.
  4. Fill in the gWoWChar configuration options.
  5. That is all, instruct people to fill in their profile.

Changes
[hr]-[/hr]
v1.3.0 - Import product with Overwrite
  • Fix for vBulletin 3.7

v1.24 - Import product with Overwrite
  • Maintenance release for vBulletin 3.7

v1.23 - Import product with Overwrite
  • Added option to limit posbit menu to specific forums
  • Memberinfo display now lists characters in two columns

v1.22 - Import product with Overwrite
  • Attempt at encoding url's properly

v1.21 - Import product with Overwrite
  • Small update for new Armory urls

v1.20 - Import product with Overwrite
  • Now hooks $template_hook[postbit_userinfo_left] for automatic postbit insertion
  • Removed profile overhaul changes, it is too prone to breaking things.

v1.10 - Import product with Overwrite
  • Added links in member profile page.
  • Added option to clean up the user profile display.

v1.00 - Upload all files import product.
  • Initial Release

Copyright
[hr]-[/hr]gXboxLive, Copyright ? Ghryphen (https://github.com/ghryphen)
Please maintain copyrights in derivative works, thank you.

Download Now

File Type: zip gWoWChar_v1.3.0.zip (5.0 KB, 811 views)

Screenshots

File Type: png 1_gwowchar.png (6.3 KB, 0 views)
File Type: png 2_profile.png (17.8 KB, 0 views)

Show Your Support

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

Comments
  #62  
Old 06-29-2007, 12:41 AM
Yukino_AE Yukino_AE is offline
 
Join Date: Jul 2005
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Blackjack View Post
I'm not exactly sure of the differences between them. Maybe someone else knows. It isn't that complicated of a mod, I would be suprised if it didn't work on 3.5.7. Are there any specific errors?
yup, the specific error i get the following error when trying to upload the product xml:

Database error in vBulletin 3.5.7:

Invalid SQL:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO ed_plugin
(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
('1', '5', 'gWC: Cache Templates', 'cache_templates', '$globaltemplates[] = \'gwc_wowchar_bit\';\r\n$globaltemplates[] = \'gwc_wowchar_menu\';\r\n$globaltemplates[] = \'gwc_wowchar_popup\';\r\n$globaltemplates[] = \'gwc_wowchar_profile_bit\';\r\n$globaltemplates[] = \'gwc_wowchar_url\';', 'gWoWChar');

MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Thursday, June 28th 2007 @ 07:40:39 PM
Script : http://epic-destiny.com/cgi/forum/admincp/plugin.php
Referrer : http://epic-destiny.com/cgi/forum/ad...?do=productadd
IP Address : 24.71.223.153
Username : Shalymar
Classname : vb_database
Reply With Quote
  #63  
Old 07-01-2007, 02:02 AM
Gryphon's Avatar
Gryphon Gryphon is offline
 
Join Date: Oct 2001
Location: Seattle, WA
Posts: 617
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That is not a php version error, that is a vBulletin version error. This mod require vBulletin 3.6.7 and you are probably using 3.5 as `executionorder` was introduced in version 3.6.

You can try this addon which allows you to install 3.6 version addons on 3.5 version boards.
Reply With Quote
  #64  
Old 07-04-2007, 01:03 AM
Yukino_AE Yukino_AE is offline
 
Join Date: Jul 2005
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i love you.

lol ^_^ thanks soooo much MUAH!
Reply With Quote
  #65  
Old 07-06-2007, 12:53 PM
elricstorm's Avatar
elricstorm elricstorm is offline
 
Join Date: Aug 2006
Location: Stamford, CT
Posts: 216
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For anyone else that has trouble finding out where to place your images, the exact path for placing the images are found by the following:

Right-click on your header image and go to properties. The exact path to your header is usually something like:

yourdomain/forumname/images/misc/etc...

Wherever that header file is at, you need to create a folder called gwowchar and then place the images in there. As stated somewhere in one of the threads here, everyone's styles are different.

There wasn't any documentation on the main addon about this. What would be easier is having an vboption setting for the image path so that we can place the files anywhere we'd like. Otherwise, everything looks good.

Thanks mate.
Reply With Quote
  #66  
Old 07-18-2007, 07:00 PM
Noxious Noxious is offline
 
Join Date: Jun 2005
Location: England
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it possible to apply a ajax checking system to this so if the text string isn't entered correctly it flags up an error

sometime similar to this
https://vborg.vbsupport.ru/showthread.php?t=144869

as i seem to have rather stupid guild members who are unable to read when registering
Reply With Quote
  #67  
Old 07-18-2007, 07:59 PM
Gryphon's Avatar
Gryphon Gryphon is offline
 
Join Date: Oct 2001
Location: Seattle, WA
Posts: 617
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You don't need ajax to accomplish that, though it could be used. The default vBulletin profile field manager has a regular expression field for pattern matching. I just don't know the regex offhand to put in there, I will look into this.
Reply With Quote
  #68  
Old 07-19-2007, 05:01 PM
Noxious Noxious is offline
 
Join Date: Jun 2005
Location: England
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any luck with this yet? had a play myself but no luck so far
Reply With Quote
  #69  
Old 07-19-2007, 07:48 PM
ceox ceox is offline
 
Join Date: Jul 2007
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, I am getting stuck on creating the user field. What goes in the options box?



This is the error I get after I hit save.

Reply With Quote
  #70  
Old 07-19-2007, 08:00 PM
Noxious Noxious is offline
 
Join Date: Jun 2005
Location: England
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

your attempting to create a single selection menu, you need to be creating a Multiple-Line Text Box, thats causing the problem
Reply With Quote
  #71  
Old 07-19-2007, 09:03 PM
Noxious Noxious is offline
 
Join Date: Jun 2005
Location: England
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i think i've figured out something with works for the preg_match query

if you want to force people to input the correct format of text copy and paste the following line into the Regular Expression box

[A-Z]+\|[A-Z.+]+\|[A-Z]+\|[A-Z0-9._-]

seems to work for me

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 02:17 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.04661 seconds
  • Memory Usage 2,344KB
  • 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
  • (1)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
  • (3)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