vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - WoW Character BBCode (https://vborg.vbsupport.ru/showthread.php?t=169389)

maevonee 04-05-2008 02:42 PM

I emailed u the debug email.

sweede 04-08-2008 06:35 AM

I beleive that i have found the reason why so many people are having issues displaying characters (you get a result similar to the attached image

http://underthemain.net/forums/graph...b200c9f276.png

Fixing it, will be another challenge.

vrokar 04-09-2008 05:53 PM

Ive got a couple questions for you regarding this Plug-in.

1) Ive noticed that if someone edits a post where the [char=moonrunner]vrokar[/char] for example was typed in. After the save the tooltip goes away. Anyway to prevent that so the code doesnt have to be retyped every edit? (this may also only be because im at work. Ill double check when I get home)

2) I havnt yet been able to locate the segment of code which tells the tooltip which stats to load. Is that possible? EX For casters Id rather see Spell hit, Spell Crit, Spell Damage instead of Fire Damage Fire Crit etc.

3) This one is a bit stupid but where do I set the default server so I dont have to enter it with each name?

sweede 04-14-2008 12:16 AM

1) vbulletin doesnt provide a hook into the javascript that controls that. disable WYSIWYG controls.
2) The build_data() function has the "keywords" used to make the character sheet. review this for what you want. you can add anything from the XML sheet provided by an armory. the type_array in that function sets the color.

In the make_extra_data() function is where the above function is used.
the peice that your looking for would be like
Code:

        // Mage
        if($class_id == 8)
        {
                $default = array_merge($default, array("fire damage","fire crit chance","frost damage","frost crit chance","arcane damage" ,"arcane crit chance"));
        }



3) the WoW Character BBCode Settings in the vbulletin options.

jluerken 04-14-2008 08:18 AM

Is there a way to let it display german text when hovering a char bbcode?

sweede 04-14-2008 10:33 AM

I'm Pretty sure all of the data was put into vbb phrases (phrase group WoW BBCode Phrases ), so you can make a german translation langauge file.

data thats retreived and displayed from wowarmory will be whatever language wowarmory displays it in though

jluerken 04-14-2008 03:54 PM

Quote:

Originally Posted by sweede (Post 1490306)
I'm Pretty sure all of the data was put into vbb phrases (phrase group WoW BBCode Phrases ), so you can make a german translation langauge file.

data thats retreived and displayed from wowarmory will be whatever language wowarmory displays it in though

Hi Sweede,

race, class and professions are not phrased.
Also the first column should get a "nowrap" otherwise it will look strange.

Can you implement this in the next version?

sweede 04-15-2008 08:10 AM

Im currently working on a re-written version of this with a better backend to connect to the armory. i'll finish the rest of the phrase changes then.

jluerken 04-15-2008 10:16 AM

Quote:

Originally Posted by sweede (Post 1491039)
Im currently working on a re-written version of this with a better backend to connect to the armory. i'll finish the rest of the phrase changes then.

Thanks sweede, I am looking forward to it.

sweede 04-15-2008 06:58 PM

Updated today with many of the suggestions in the previous 7 pages.


All times are GMT. The time now is 02:34 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.01159 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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