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)
-   -   Miscellaneous Hacks - World of Warcraft Crafting Database (https://vborg.vbsupport.ru/showthread.php?t=203902)

sweede 02-02-2009 04:59 PM

Quote:

Originally Posted by Jrain157 (Post 1732094)
OK! Got it up and running by dropping the tables and it works fantastically. TYVM!!!

note: everything shows up as "Rare" quality

see the note in my changelog post.

Jrain157 02-02-2009 05:34 PM

Got it. Great idea on this module, we've been using a wiki based system for some time, but it lacked a good search functionality.

Elbulus 02-02-2009 07:03 PM

Great idea :) Getting some good feedback so far , can't wait to see what else you have planned !

Jrain157 02-03-2009 11:51 AM

Would it be possible to search by toon name, or even click the characters link on the right to view who has imported their data?

sweede 02-03-2009 08:31 PM

Quote:

Originally Posted by Jrain157 (Post 1732983)
Would it be possible to search by toon name, or even click the characters link on the right to view who has imported their data?

all in good time...

y2krazy 02-19-2009 12:55 AM

You do not have the correct WoW Addon available for download. The button does not show up in the tradeskill window. I posted here as well:

http://www.wowinterface.com/download...12403#comments

I take that back. It works, but it clashes with this WoW Addon:

http://wow.curse.com/downloads/wow-a...ll-window.aspx

If someone has this installed, they will NOT see your button. You have to disable it to see the button. You can then enabled ASTW after you export your tradeskill. Annoying, but not a big deal. ;)

ALSO:

Quote:

Removed the wowhead pretty item linking. On a page with 300 items, you'd have like, 1500 sql queries, which was a little excessive...
I assume this is referring to all the items being blue? How about you make them all the gold-ish color like when people link them in chat? Would make much more sense to do that that make them all seem as though they are all Rare level recipes. ;)

~ Sean

istvan 02-19-2009 04:14 PM

Would it be possible to change rights somewhere from registered users to a group only for the guild?

SlompOchomp 03-17-2009 11:11 PM

Yup, a Usergroup rights is needed here.

y2krazy 03-18-2009 12:52 PM

Quote:

Originally Posted by y2krazy (Post 1748623)
I assume this is referring to all the items being blue? How about you make them all the gold-ish color like when people link them in chat? Would make much more sense to do that that make them all seem as though they are all Rare level recipes. ;)

I would still love to see this implemented, since having all of the recipes blue is a bit confusing. Just have them all the gold color that you see when you link them from your profession window. It makes MUCH more sense. <3

~ Sean

sweede 03-18-2009 03:54 PM

Quote:

Originally Posted by y2krazy (Post 1771086)
I would still love to see this implemented, since having all of the recipes blue is a bit confusing. Just have them all the gold color that you see when you link them from your profession window. It makes MUCH more sense. <3

~ Sean

In the plugin titled, WoW Crafting Main plugin , for this product.

find
Code:

$crafting_link = "<a id='itemlink' class='q3' href='http://www.wowhead.com/?" . $type . "=" . $itemid . "'>[" . $row['craft_name'] . "]</a>" ;
Replace q3 with q6 for Gold.
Code:

    .q        { color: #ffd100 !important } /* Gold - ??? */
    .q0, .q0 a { color: #9d9d9d !important } /* Gray - Junk */
    .q1, .q1 a { color: ffffff !important } /* White - Common */
    .q2, .q2 a { color: #1eff00 !important } /* Green - Uncommon */
    .q3, .q3 a { color: #0070dd !important } /* Blue - Rare */
    .q4, .q4 a { color: #a335ee !important } /* Purple - Epic */
    .q5, .q5 a { color: #ff8000 !important } /* Orange - Legendary */
    .q6, .q6 a { color: #e5cc80 !important } /* Gold - Artifact ? */
    .q7, .q7 a { color: #ff0000 !important } /* Red - Artifact ? */
    .q8, .q8 a { color: #ffff98 !important } /* Yellow - ??? */



All times are GMT. The time now is 02:08 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.01075 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
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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