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 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?


All times are GMT. The time now is 08:05 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.01188 seconds
  • Memory Usage 1,744KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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