The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
World of Warcraft [item]-bbcode. Details »» | |||||||||||||||||||||||||
This is in reply to this thread.
Download the product-itemstats.xml, vb_itemstats.php and 'itemstats_1.2.zip'. Unzip itemstats_1.2.zip to your forum-root (ie http://your.site.tld/forum/itemstats), and follow the basic setup instructions in doc/config.txt. Copy vb_itemstats.php into your itemstats-folder. Paste the following two lines into the bottom of your headinclude-template HTML Code:
<link rel="stylesheet" href="itemstats/templates/itemstats.css" type="text/css"> <script type="text/javascript" src="itemstats/overlib/overlib.js"><!-- overLIB (c) Erik Bosrup --></script> Link items with [item]Item name[/item]. The first time the item is loaded might take some time, as it fetches info from allakhazam.com. From then on it will be cached in the database, and should load instantly. Supporters / CoAuthors Show Your Support
|
Comments |
#62
|
||||
|
||||
Still get a white page when i post with that BBCODE??? I see a readme install for phpbb do i have to Edit VB files to make it to work as well??
|
#63
|
|||
|
|||
well, I guess this mod support is dead ..lol
|
#64
|
||||
|
||||
damn i really want to use this but liek i said i get a white page im confused if there are files to edit cuz it says follow the Readmes in the DOCS file i tryed to find the code in phpbb but isnt it suppose to work with VBB?? I really want to use this if any of the previous installers could help on how it is installed.
|
#65
|
|||
|
|||
Well I'll tell you what I did step by step, maybe it can help you get it working to some degree.
Step 1) Download the files needed (A very good start) Step 2) Unzip the contents of the itemstats 1.2.zip into your forum ROOT directory (ie http://your.site.tld/forum/itemstats). Step 3) Copy the vb_itemstats.php into your newly uploaded itemstats folder. Step 4) Paste the following two lines into the bottom of your headinclude-template HTML Code:
<link rel="stylesheet" href="itemstats/templates/itemstats.css" type="text/css"> <script type="text/javascript" src="itemstats/overlib/overlib.js"><!-- overLIB (c) Erik Bosrup --></script> Now before it works you need to obviously set up the config file to point to your database where the cache items and things can be stored. So your config.php should look like this (obviously with your own info): Code:
<?php // The location and extension type for the Icon store. define('ICON_STORE_LOCATION', 'http://wow.allakhazam.com/images/icons/'); define('ICON_EXTENSION', '.png'); // Database config define('dbhost', 'localhost'); define('dbname', 'itemdb'); define('dbuser', 'user'); define('dbpass', 'pass'); define('item_cache_table', 'item_cache'); ?> Code:
CREATE TABLE `item_cache` ( `item_name` varchar(100) NOT NULL default '', `item_link` varchar(100) default NULL, `item_color` varchar(20) NOT NULL default '', `item_icon` varchar(50) NOT NULL default '', `item_html` text NOT NULL, UNIQUE KEY `item_name` (`item_name`), FULLTEXT KEY `item_html` (`item_html`) ) TYPE=MyISAM; |
#66
|
||||
|
||||
thanks grants im sure i didnt that but ill try again and see. Just in his install directions he said follow the DOC files for install so there is no files to be edited???? do u have to CHMOD any folders or anything cuz when i do [item]Item name[/item]. then the screen goes white now if u click on the post i made nothin apears just white.
|
#67
|
||||
|
||||
Im such a idiot lol i got it to work. had my pass and user flipped around. But ya wonder if there is a way to download all the images and place them on ur own server. Or if there is Pic packs out
|
#68
|
|||
|
|||
Well like I said before, from what I can see, the wrong link to the icons has been hard coded into it somwhere and I cant find it yet.
|
#69
|
|||
|
|||
This worked for me:
Go to your replacement variable manager. Add a new variable replacement, and in the "Search for text" field, put: Code:
http://wow.allakhazam.com/templates/wow Code:
http://wow.allakhazam.com |
#70
|
|||
|
|||
Quote:
|
#71
|
||||
|
||||
I got all the images and saved them to my own server works like a charm if u care to download the image pack i uploaded it to here. You can rip all images from the DVD or CD as well
http://files.filefront.com/wowimages.../fileinfo.html |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|