The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
IShop - Simple, Flexible, and Integrateable. Details »» | |||||||||||||||||||||||||||
IShop - Simple, Flexible, and Integrateable.
Developer Last Online: Jul 2018
Version 1.1.4 RELEASE
Now with AJAX! IShop YOU NEED AN EXTERNAL CASH HACK FOR THIS TO WORK! OMG YES IT WORKS WITH 3.6.X!!! Works best with ICASH (also made by me) I can actually give you support on the integration with ICash By Blaine0002 With help from: Siradrian Zachariah eXtremetim Ggiersdorf Zero Tolerance allows: Your users to buy images with their money for their postbit or to have their own inventory Features +Multiple Shop Categories +Unlimited Items +Little Queries! +Stock +ICash Or EBux Integrated +Detailed items/categories/shops stats(number of sold items, Stock) +Item Donation +Postbit Inventory and cash display +Users sort items using AJAX +Users may own multiple items of the same type +Admin limits viewable icons in postbit! +recipiant and admin notification on buy/sell/donate! Database Tables *[itemshop_cat]-Itemshop Categories stored here *[itemshop_items]-Items That go in the categories *[itemshop_stock]-Items left to buy Installation 1.BACK UP YOUR DATABASE. 2.Import included XML file in main folder 3.Upload all files as is 4.Name Money field in VBulletin Options 5.Link to ishop.php Upgrade from Ultra Imageshop To IShop: 1. Back up as normal 2. Delete all files that came with Ultra Imageshop, and rename 'Itemshop' directory to 'ishop' 3. upload all new files 4. upload XML file opting to overwrite 5. RE-SET options in ISHOP OPTIONS. 6. Re-do below template edit, if done. Upgrade from V1.0.1 to V1.1.0! Reupload all files, Reimport XML, Prompt to overwrite. WARNING: In the previous version there was a bug where it would not add stock back to the shop when an item was sold. If your Stock and Sold do not add up to your original stock for that item, you may upload countupdate.php from your DO NOT UPLOAD folder to your forum root. MAKE SURE YOU BACK UP YOUR DATABASE. Run the php from your browser , then DELETE IT! WARNING: This will reset ALL of your items stock to 50! and then subtract items sold from this number. if your items did not have a stock of 50, you may want to edit the file and change the number, or edit the numbers in your database via PHPMYADMIN. CLICK INSTALL! Thanks! Too add this to your navbar open navbar template find: PHP Code:
PHP Code:
Show Your Support
|
Comments |
#782
|
|||
|
|||
Quote:
ups one more thing,,, are you using icash to integrate with this one ? or using any other bank method ? cheers |
#783
|
||||
|
||||
Quote:
Hook Location : member_build_block_start Name : Ishop Richness Profile Tab Execution Order : 5 (I left it as default) Plugin PHP Code : Code:
$blocklist = array_merge($blocklist, array( 'ishopmod' => array( 'class' => 'ishopmod', 'title' => 'Items', 'hook_location' => 'profile_left_last' ) )); class vB_ProfileBlock_ishopmod extends vB_ProfileBlock { var $template_name = 'memberinfo_block_richness'; function confirm_empty_wrap() { return false; } function confirm_display() { return ($this->block_data['ishopmod'] != ''); } function prepare_output($id = '', $options = array()) { $this->block_data['ishopmod'] = 'Content to show in the tab.'; } } Save Step 2. Then Create a Template Name : memberinfo_block_richness Code:
<div class="alt1 block_row"> <ul class="list_no_decoration"> <br/> <!-- show inventory --> <fieldset><legend><a href="ishop.php?do=ViewMember&id=$userinfo[userid]" title="$userinfo[username]'s Inventory">$userinfo[username]'s </a></legend> <br/> <div> $userinfo[invrow] <br> </div> </fieldset> <!-- /show inventory --> <div class="smallfont">$post[giftsdisplay]</div> </ul> </div> Screenshot Attachment 85869 And i'm using Vb Credits as Bank |
#784
|
|||
|
|||
Thank you MissKalunji perfect.
|
#785
|
|||
|
|||
Hi, i want to do one thing and i hope you can help me. I want that when i buy something in the ishop appears in the member profile, but in postbit i want a miniature. For example, if i buy a present called apple in ishop/items/apple.gif in the postbit appears the miniature in ishop/itemsmini/apple.gif and in the member profile the big picture as like it appears.
Can anybody help me with this "if"? Regards friends. |
#786
|
|||
|
|||
I'm getting this error..
Quote:
|
#787
|
|||
|
|||
works great on Vb 3.7.3 i even have 2 separate installs
|
#788
|
|||
|
|||
Great Hack!!!
I don't quite understand the second step to adding it to your profile page. Please help. Step 2. Then Create a Template Name : memberinfo_block_richness Where do I create this template(location)? Thanks for your help! |
#789
|
|||
|
|||
you add the template to whatever skins/themes you use
|
#790
|
|||
|
|||
Thanks for all the help guys!!!
|
#791
|
|||
|
|||
no worries
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|