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 |
#532
|
|||
|
|||
Quote:
|
#533
|
|||
|
|||
<i>Nooo, you don't need another mod...just use this one. Make a ribbon category. That's what I did.</i>
|
#534
|
|||
|
|||
Do you need the ribbons? Or the notepad telling what they stand for?
Notepad should be in there. |
#535
|
|||
|
|||
Quote:
EDIT! Done it, thank you again! |
#536
|
|||
|
|||
I need some support on the template changes made to the postbit.
I added this code Code:
<!-- show inventory -->
<fieldset><legend><a href="ishop.php?do=ViewMember&id=$post[userid]" title="$post[username]'s Inventory">$post[username]'s Inventory</a></legend>
<div>
$post[invrow]
<br>
</div>
</fieldset>
<!-- /show inventory -->
|
#537
|
||||
|
||||
Thats probably it, I would hold off on instaling untill I upgrade.
|
#538
|
|||
|
|||
Is there a way to add an if condition to not show the inventory in a postbit if the poster doesn't have an inventory?
Code:
<!-- show inventory -->
<fieldset><legend><a href="ishop.php?do=ViewMember&id=$post[userid]" title="$post[username]'s Inventory">$post[username]'s Inventory</a></legend>
<div>
$post[invrow]
<br>
</div>
</fieldset>
<!-- /show inventory -->
Edit: I guess I should add that I'm trying to get this done on a postbit legacy template and I am using 3.6.7, though I'm not too sure if it really matters. I looked at YAAS product to see if I could figure out how to add their if condition in and got lost and didn't want to mess anything up. |
#539
|
|||
|
|||
How can I put this in my navbar becasue the code <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> Is not in my template.
|
#540
|
|||
|
|||
Just add this wherever you want the link in your navbar.
PHP Code:
|
#541
|
|||
|
|||
Hey all,
This mod is very cool, installed it yesterday while I was at work (I goof off alot). I had to edit a few templates to get it working properly in the User Profile...I added: In MEMBERINFO find: <div style="padding:$stylevar[formspacer]px"> $vbphrase[referrals]: <strong>$referrals</strong> </div> </div> Below add: $vboptions[icashn]: $post[money] Banked $vboptions[ibank_moneyname]: $post[bankmoney] <br> <a href="donate.php?$session[sessionurl]to=$post[username]">Donate</a> In same template find: <!-- / signature row --> Below Add: <!-- show inventory --> <fieldset><legend><a href="ishop.php?do=ViewMember&id=$post[userid]" title="$post[username]'s Inventory">$post[username]'s Inventory</a></legend> <div> $post[invrow] <br> </div> </fieldset> <!-- /show inventory --> In HEADER find: <!-- /Header --> <div id="tborder_bg"> <div id="tborder_left"> Below add: <center><strong><a <td class="vbmenu_control"><a href="ishop.php">Shop</a><a href="ibank.php">/Bank</a></td><center><strong> <div id="tborder_right"> The first edit will show 'Gil: 6.00 Banked Gil: 21.00 Donate' on bottom of 'Forum Info' box in User Profile. The second edit will show the members inventory under the sig in the User Profile. The third edit will put links directly under the navbar and will look like this 'Shop/Bank' Live Demo One issue I'm having is with the Inventory box listed in the second edit...you can't see the inventory in the inventory box, but you can see the inventory by clicking the Inventory link. So I editted this: In MEMBERINFO edit the data that was entered in the second edit above to read: <!-- / signature row --> <!-- show inventory --> <legend><a href="ishop.php?do=ViewMember&id=$post[userid]" title="$post[username]'s Inventory">$post[username]'s Inventory</a></legend> $post[invrow] <br> <!-- /show inventory --> This will center the 'User's Inventory' link without an image box. I've tried a few different things but I can't seem to figure out why the images won't show with the image box there. If anyone has any ideas regarding this, please let me know. I hope these edits offer some help to those who need it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|