vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Profile Enhancements - gWoWChar - World of Warcraft Character Menu (https://vborg.vbsupport.ru/showthread.php?t=141455)

GekkoPixie 08-23-2007 01:06 AM

I upgraded from a previous version where I had inserted some kind of code, I think, but I don't remember what the code was.

Gryphon 08-23-2007 03:10 AM

Look for $wowchar_menu in your posbit or turn off automatic insert in the options.

syschat 08-27-2007 05:22 AM

Love this mod! I added it to the postbit and it works fine. However, the alliance/horde images arent being displayed. The site is www.mmopoint.com It just has text that says alliance or horde. Any help would be much appreciated, thanks!

Gryphon 08-27-2007 02:33 PM

Upload the images to your specific styles misc folder.

Caerydd 09-02-2007 06:13 PM

Installed this, and it works fine, except I came up with an error when using the following syntax for a character

EU|The+Sha'tar|Alliance|Qialynna
Which renders the following link
http://eu.wowarmory.com/character-sh...;ar&n=Qialynna
(note the decapitalisation of the realm name.)

The actual link by searching for the character on the armory comes up as http://eu.wowarmory.com/character-sh...tar&n=Qialynna

However enter %27 instead of ' doesn't produce the required result (I just get the armory message 'an error has occured')

Otherwise good job, very smooth!

mattster2002 09-04-2007 04:39 AM

I have an interesting problem - The characters show up fine in postbit, but dont show in profiles, instead on profiles I just get the text- Anyone know how to fix this?

Cei 09-06-2007 10:07 PM

I was in the boat with the other people who know absolutely nothing about php code and when they went to put it into the postbit failed and had no idea on how to or where to.

Some extra information to help you - he literally means put the text $wowchar or whatever it was where you want it, and no other text. The code is that one word thing with the $ sign infront of it.

Also, I don't know if this is true in all cases, but for me I had to try putting it after multiple things and it only showed up sometimes. I believe that if you put it after something like "reputation" and you have reputation turned off, it turns this off also. Try putting it after something you know exists on your postbit already.

Gryphon 09-07-2007 01:48 PM

Quote:

Originally Posted by Caerydd (Post 1330892)
Installed this, and it works fine, except I came up with an error when using the following syntax for a character

EU|The+Sha'tar|Alliance|Qialynna
Which renders the following link
http://eu.wowarmory.com/character-sh...;ar&n=Qialynna
(note the decapitalisation of the realm name.)

The actual link by searching for the character on the armory comes up as http://eu.wowarmory.com/character-sh...tar&n=Qialynna

However enter %27 instead of ' doesn't produce the required result (I just get the armory message 'an error has occured')

Otherwise good job, very smooth!

Hmm, I will have to look into that. I am on realm Mal'Ganis and haven't had any issue.

PatrickAdrichem 09-07-2007 03:53 PM

I can't get it to show up in the postbit menu,

I've added $wowchar_menu to it, tried it on multiple places, but it just won't show (and yes i turned the auto insert off. With auto insert on it doesn't work eather, tough i'm using Vbulleting 3.6.8..

What part is supposed to be replacing the $wowchar_menu var?

Gryphon 09-10-2007 01:38 PM

The drop menu should appear wherever you place $wowchar_menu. I am running several boards on 3.6.8 and it is working ok. I am unsure why this is happening for some people. Without some dissection and troubleshooting from the user, I am not sure what I can do to help.

GekkoPixie 09-15-2007 03:01 PM

Quote:

Originally Posted by Gryphon (Post 1323671)
Look for $wowchar_menu in your posbit or turn off automatic insert in the options.

Turns out I had something installed or switched on that forced it to show up in the postbit in text format. All set and working loverly. ^^

Gryphon 09-15-2007 07:23 PM

Quote:

Originally Posted by GekkoPixie (Post 1339533)
Turns out I had something installed or switched on that forced it to show up in the postbit in text format. All set and working loverly. ^^

Thank you for the update, I am glad it is working ok for you.

BFMax 10-08-2007 06:50 PM

Thanks for the mod, installed. It would be great if we can make the person's character(s) only display in the postbit if the post is in a certain forum.

Gryphon 10-09-2007 05:17 PM

Quote:

Originally Posted by BFMax (Post 1355663)
Thanks for the mod, installed. It would be great if we can make the person's character(s) only display in the postbit if the post is in a certain forum.

Added option :)

jdunsworth 11-28-2007 03:19 AM

For some reason when I submit Dark+Iron it changes the + to it's code %2b and gives an error.. I believe this is the same error as the guy above.

Gryphon 11-28-2007 02:02 PM

Quote:

Originally Posted by jdunsworth (Post 1390807)
For some reason when I submit Dark+Iron it changes the + to it's code %2b and gives an error.. I believe this is the same error as the guy above.

Try just entering plain text, Dark Iron, it is urlencoded later by the plugin.

jdunsworth 11-28-2007 02:13 PM

Actually.. that works great for this specific addon but then breaks your Raid Calendar since it isn't in the correct format.

Gryphon 11-29-2007 04:21 PM

Well the raid calendar is by someone else, however, I am surprised that it doesn't work for that.

*Edit: I looked at his code and it appears there is a discrepency in his code.

Try editing the event calendar options and include the + in the server choice there.

-----
Or, open the event calendar product xml and on line 744 change:
PHP Code:

$xml parse_wowarmory("http://" $armory "/character-sheet.xml?r=" $vbulletin->options['wow_server'] . "&n=" urlencode(utf8_encode($character))); 

to:
PHP Code:

$xml parse_wowarmory("http://" $armory "/character-sheet.xml?r=" urlencode($vbulletin->options['wow_server']) . "&n=" urlencode(utf8_encode($character))); 


Andaas 12-09-2007 07:43 AM

I've got this installed, and the postbit portion is working; however, there seems to be a problem with the Armory links. When clicking on the drop-down menu of a character, I get the following message:

Code:

Not Found

The requested URL /forums/<!-- BEGIN TEMPLATE: gwc_wowchar_url -->http://www.wowarmory.com/character-sheet.xml was not found on this server.

With the URL showing in the address bar as:

Code:

http://www.mydomain.com/forums/%3C!--%20BEGIN%20TEMPLATE:%20gwc_wowchar_url%20--%3Ehttp://www.wowarmory.com/character-sheet.xml?r=Hyjal&n=Fred%3C!--%20END%20TEMPLATE:%20gwc_wowchar_url%20--%3E
Any ideas?

This is on vB 3.6.8.

Thanks! :)

Eneswar 12-29-2007 11:06 PM

Nice, can you possible make this so its working on 3.6.2 aswell please?

Caerydd 01-03-2008 01:44 PM

Does this require a port to 3.7.x, or does it work out of the box? Any testers?

Gryphon 01-07-2008 04:24 PM

It should be working ok on 3.6.* It will not work on 3.7, I will release an update when 3.7 gold is released. Possibly prior if time permits.

Dan 01-12-2008 01:13 AM

Just installed it on beta 3 and it seems to be working fine.

Eneswar 01-12-2008 01:31 AM

This doesnt work on 3.6.2 :(

It says:
This product is not compatible with version 3.6.2 of vBulletin. (Compatible starting with 3.6.7)

jluerken 02-01-2008 10:55 AM

Hi Gpryhon,

is it possible to change the hack a little bit. I want to use the hack for my guild
and currently have the following.

1. One Textfield where the mainchar name is stored
2. One Multiple Textfield where the Twinks are stored. Each name in a single line.

Because all the guild chars are on the same server and realm I want like to see something like this:

Change:
Location|Realm|Faction|Playername

to:
Fixed Location|Fixed Realm|Fixed Faction|field1+field2

Example:
EU|Frostwolf|Alliance|content singleline text field + content multiline text field.

I hope you got it.
Is this possible for you?

Caerydd 02-01-2008 11:11 AM

I wonder if there is anyway to get this integrated somehow with this addon? https://vborg.vbsupport.ru/showthread.php?t=160418

Foghorn Deadhor 02-20-2008 08:41 PM

I would just like to post that after installing this mod and starting to see my guild members get set up that I love it. It's nice and compact in the postbit, it functions nicely and seems to cause very little overhead. Definitely a must for any WoW-centric VB boards who don't prefer (like EJ) to just have one character laid out in the postbit.

jamboree 03-04-2008 06:00 PM

installed it runs smoothly with the only exception that the final link seems corrupted.

i see it in my postbit, click my shiney character but then it opens the following text as the url to my char in a new window:

PHP Code:

http://forum.endgegner.eu/%3C!--%20BEGIN%20TEMPLATE:%20gwc_wowchar_url%20--%3Ehttp://eu.wowarmory.com/character-sheet.xml?r=Dun+Morogh&n=Girgrik%3C!--%20END%20TEMPLATE:%20gwc_wowchar_url%20--%3E 

any ideas?

it obvioulsy has the correct url somewhere in there, but all the other stuff is there aswell :/

Caerydd 03-05-2008 07:31 AM

Quote:

Originally Posted by jamboree (Post 1456910)
installed it runs smoothly with the only exception that the final link seems corrupted.

i see it in my postbit, click my shiney character but then it opens the following text as the url to my char in a new window:

PHP Code:

http://forum.endgegner.eu/%3C!--%20BEGIN%20TEMPLATE:%20gwc_wowchar_url%20--%3Ehttp://eu.wowarmory.com/character-sheet.xml?r=Dun+Morogh&n=Girgrik%3C!--%20END%20TEMPLATE:%20gwc_wowchar_url%20--%3E 

any ideas?

it obvioulsy has the correct url somewhere in there, but all the other stuff is there aswell :/

I found that turning off the template indicators (it's a setting in the admincp somewhere) fixed that. vBulletin can out put where different templates start and end to help with debugging, and it interferes with this mod.

Gryphon 03-05-2008 03:56 PM

Good call, thank you Caerydd.

jamboree 03-05-2008 04:58 PM

fixed :) clicked install

jamboree 03-06-2008 06:55 PM

Is there any way to get special characters like ??? to work?

For example one guy in my guild has an ? in his name and the armory link points here:
Code:

http://eu.wowarmory.com/character-sheet.xml?r=Dun+Morogh&n=Wolkenl%E4ufer
instead of here:
Code:

http://eu.wowarmory.com/character-sheet.xml?r=Dun+Morogh&n=Wolkenl%C3%A4ufer

Gryphon 03-07-2008 08:15 PM

I have trouble getting special characters to work reliably, I will look into this again as it is an ongoing issue I run into with a few of my products.

christofer 05-02-2008 10:45 AM

Is there an update for 3.7?

Kinneas 05-02-2008 01:25 PM

Don't think so, but this version still works in it.

For me at least.

Largo .//npc 05-08-2008 09:17 AM

Love this mod so much I changed it to fit the game my guild plays.

Awesome

tuaguild 06-01-2008 11:59 PM

I am not seeing it in the user's profile in vb 3.7.1 Is there a fix for this.

tuaguild 06-06-2008 07:52 PM

I would like to know if there is a way to make a vb plugin that posts a persons dkp from eqdkp-plus in postbit for the users characters registered with gwowchar.

Gryphon 06-09-2008 09:44 PM

It should be working fine with 3.7.1, there were no significant changes. Yes such a dkp plugin could be made.

redtailboa 06-19-2008 11:56 AM

Would be nice if there was a way to use this with multi game guilds.


All times are GMT. The time now is 08:17 AM.

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.01378 seconds
  • Memory Usage 1,829KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (4)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete