PDA

View Full Version : IShop - Simple, Flexible, and Integrateable.


Pages : 1 2 [3] 4

dai-kun
06-25-2007, 11:09 AM
LOL.... probably just a slip there. :P

And Blaine, when can we expect the number of queries to be lowered? I get like 10+ extra queries to my showthreads if I view 10 posts at once with everyone having an item. It's overworking mysql but my server can still handle it, and I don't intend to disable this mod since everyone would revolt against me :(.

Also, is it possible to make the inventory show up just ONCE per thread view? I don't need to see the same images that person has twice or thrice.

Thanks much :D

NFLfbJunkie
06-25-2007, 12:16 PM
I installed the update and my tables of the iSHOP pages have widened, but the header and footer do not. I unstalled after noticing the table problem, but I think I noticed that the ability to order the items in one's postbit was missing (the column fields and the update button).

Blaine0002
06-25-2007, 01:47 PM
Column fields and update button are gone :D you now drag and drop the items in the order you want them.

hmm if you could reinstall and post a screenshot of the tables widening?

@dai-kun ill look into that, i have some query issues when reordering the items too.

NFLfbJunkie
06-26-2007, 01:53 AM
Attached are pictures of what is happening after I install the update. I have installed DaPro's ForumHome Category Spacing (https://vborg.vbsupport.ru/showthread.php?t=123530), so I don't know if this has anything to do with the tables breaking. My browser is IE7.

Blaine0002
06-26-2007, 04:27 AM
try disabling it temporarily and see if it makes a dif

NFLfbJunkie
06-26-2007, 10:46 AM
I disabled and the table still breaks. Also, this is only happening on the iSHOP pages - iSHOP main page, Donate and View Inventory.

NFLfbJunkie
06-26-2007, 10:48 AM
Is disabling the product supposed to render the MOD useless? If so, I am still able to view and use the iSHOP.

Blaine0002
06-26-2007, 01:14 PM
inventory wont work :-/

NFLfbJunkie
06-26-2007, 01:24 PM
Is there a solution to the tables breaking?

deezelpope
06-26-2007, 01:27 PM
Boy, am I happy and relieved I haven't done the update...or upgrade.https://vborg.vbsupport.ru/external/2007/06/2.gif LOTS of peeps having trouble.https://vborg.vbsupport.ru/external/2007/06/3.gif

NFLfbJunkie
06-26-2007, 01:29 PM
What are some of the problems your users are experiencing deezelpope? Perhaps Blaine should know of any other problems with his recent update in case he needs to modify things.

deezelpope
06-26-2007, 01:50 PM
No, I'm sorry, you misunderstand me...I meant lots of people here having problems with the upgrade of vBulletin and with modifications. I'm not having problems of any kind, so I'm choosing to stay put.

Plus, when I originally installed iShop, Blaine and I disagreed about the inventory.php. Been smooth sailing for me.

bhen13
06-26-2007, 08:19 PM
and now , finally for me too :D

Blaine0002
06-27-2007, 12:07 AM
theres no real way i can debug untill I upgrade my Vbulletin subscription.. sorry :(

NFLfbJunkie
06-27-2007, 12:27 AM
Perhaps the table breaks are only happning with 3.67 and maybe being caused by the AJAX feature with the movable tables. Would there be a separate fix for the inventory increasing after items being sold back?

Vic123
06-27-2007, 11:07 AM
I actually solved my own problem.

Got people going nuts with buying items, making the screen scroll over? This quick fix should solve the problem.

Before doing any code modification, go into your Templates Manager and create a new template. I used the name "ishop_invpostbit_itemreturn".

In that template, you just need to put this:
<br>

Go into the \plugins\inventory.php file.

Find:
foreach ($myitem as $the_item) {

Before that put:
$i = 0;

Find:
eval('$post[invrow] .= "' . fetch_template('ishop_invpostbit_item') . '";');

And after it put:

$i++;
if ($i == 8) {
eval('$post[invrow] .= "' . fetch_template('ishop_invpostbit_itemreturn') . '";');
$i = 0;
}

In this snippet of code, the number that $i is set to is the number of items the inventory will display before skipping to the next line. I chose 8 items. You can pick any number you want.

Upload the inventory.php file to the plugins directory and you're set!

You can see this in action at our forum:
http://the-reactor.org/forums

This should work until the developer can come up with a cleaner fix. :)


hey, just what a needed, thanks a lot :)

the latest version of ishop should have that included but I have deep concerns installing it since there are so many bug reports...

bye
Vic

Blaine0002
06-27-2007, 02:38 PM
yes i have it included, and im not sure whats causing the bugs cause it works perfectly on my VB 3.6.0 ... Ill upgrade my liscense soon! :D

dai-kun
06-28-2007, 05:19 AM
Everything is working fine for me, just the queries problem here.

I using 3.6.7 and my tables width is fine.

BigDog56
06-28-2007, 08:52 PM
Installed it, but the images do not show up in the person's postbit. Everything else seems to be fine...
Edit... Found it.

NFLfbJunkie
06-29-2007, 02:22 AM
I reinstalled the MOD on a clean 3.6.7 version, no other MODs but the 1.1.0 iSHOP. I still get the table width problem and I can't understand why I am having this problem while others are not.

BigDog56
06-30-2007, 10:40 AM
Installed it, but the images do not show up in the person's postbit. Everything else seems to be fine...
Edit... Found it.

Ok, I see what people are talking about on the table width. Mine are like that too. No big deal to me, I don't think most of my members will even notice.

One thing I would like on this thought is if you "Donate" a gift to someone they get a pm stating that they got a gift and who sent it.

BigDog56
06-30-2007, 10:48 AM
Here is a few extra images for the "Items"

deezelpope
06-30-2007, 11:19 AM
Oh CUTE!!! Well done, Big Dog!!

There's more here, too...:D Look for my posts...;)


https://vborg.vbsupport.ru/showthread.php?t=149113&highlight=IShop+items

SBlueman
06-30-2007, 01:55 PM
Just installed this....and I have some questions:

Is there a way to notify people (via PM?) when a member donates something to them?

Is there a way to see a comment as to why the item was donated instead of the item name when you hover over the item in the postbit?

deezelpope
06-30-2007, 02:35 PM
Manually, but nothing automatic yet.

Nope.

SBlueman
06-30-2007, 03:19 PM
Bummer......having those features would take this mod over the top IMO.

deezelpope
06-30-2007, 03:21 PM
Yeah, it'd be nice. Of course, then it'd be just like vPlaza.;)

SBlueman
06-30-2007, 04:38 PM
And you can see how many people have been looking for/requesting vPlaza.

deezelpope
06-30-2007, 04:50 PM
Oh heavens yes.:rolleyes:

SBlueman
06-30-2007, 08:55 PM
So is anyone working on an add-on to add these features to this great mod?

BigDog56
06-30-2007, 09:07 PM
Oh CUTE!!! Well done, Big Dog!!

There's more here, too...:D Look for my posts...;)


https://vborg.vbsupport.ru/showthread.php?t=149113&highlight=IShop+items

COOL! Thank you! Is there a mod for ribbons? I was part of another forum that had them.

deezelpope
06-30-2007, 09:13 PM
<i>Nooo, you don't need another mod...just use this one. Make a ribbon category. That's what I did.</i>

deezelpope
06-30-2007, 09:15 PM
Do you need the ribbons? Or the notepad telling what they stand for?

Notepad should be in there.

BigDog56
07-03-2007, 11:35 PM
Do you need the ribbons? Or the notepad telling what they stand for?

Notepad should be in there.

Thank you very much again! I will work on this this weekend..
EDIT! Done it, thank you again!

Tanabe
07-06-2007, 07:28 AM
I need some support on the template changes made to the postbit.

I added this 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 -->

In my users signature areas. But the thing is that some of the members inventory area is not displaying. I noticed that in a lot of the new members signature areas and all the old members inventories are still visible. I already tried clearing out the signature cache but not luck. I have two skins, one is the default and the other is a custom one. The inventory for those members don't show up on either skin. I checked the coding and made sure I entered it right but it still not showing up for the new members? I'm running a 3.6.7 board so Im' thinking that might be it?

Blaine0002
07-06-2007, 08:08 PM
Thats probably it, I would hold off on instaling untill I upgrade.

McCarroll21
07-10-2007, 01:25 AM
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?
<!-- 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 -->I added the above code, but I would like to not show it if there isn't an 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.

whitevans1
07-11-2007, 01:26 AM
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.

McCarroll21
07-11-2007, 05:33 AM
Just add this wherever you want the link in your navbar.

<td class="vbmenu_control"><a href="ishop.php$session[sessionurl_q]">iShop</a></td>

Rated
07-11-2007, 05:08 PM
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
<br>
<a href="donate.php?$session[sessionurl]to=$post[username]">Donate</a>

[B]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 (http://www.gaming-forum.org)

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. :D

McCarroll21
07-11-2007, 11:24 PM
Is there any way to re-code this so that it doesn't have the $ishopleft, $ishopmiddle, $ishopright placed in the coding?

My page stretches in IE when viewing ishop and it makes it hard to know what's causing it when all these different things are placed in different areas.

Rated
07-12-2007, 01:30 AM
Is there any way to re-code this so that it doesn't have the $ishopleft, $ishopmiddle, $ishopright placed in the coding?

My page stretches in IE when viewing ishop and it makes it hard to know what's causing it when all these different things are placed in different areas.

Below is the code you're referring to. $ishopleft is the Category box, $ishopmiddle is the Inventory box. Edit the % amounts to adjust the width of each box.

</tr>
</table>
<br>
<table width="100%" border="0" cellspacing="1" cellpadding="4" align="center">
<tr>
<td width="25%" align="left" valign="top">
$ishopleft
</td>
<td align="left" valign="top" width="100%">
$ishopmiddle
</td>

McCarroll21
07-12-2007, 01:34 AM
I've done a lot of editing trying to get this fixed and it's not fixing. What does $ishopright refer too?

I want to re-code the entire ishop template but I fear that if I do that I won't be able to have working donate link and the shop may not show correctly.

Rated
07-12-2007, 02:55 AM
I've done a lot of editing trying to get this fixed and it's not fixing. What does $ishopright refer too?

I want to re-code the entire ishop template but I fear that if I do that I won't be able to have working donate link and the shop may not show correctly.


I'm assuming that you've editted the % (percentages) as I stated earlier. You should have some results of reducing or increasing the box widths.
$ishopleft and $ishopright seem to effect the Category box in the same way...either reducing or increasing width.

Below you'll find the code for the 'Donate' button:

<a href="ishop.php?$session[sessionurl]do=donate">Donate</a>

It's located in the 'ishop' template.

Blaine0002
07-16-2007, 02:33 PM
@mccarol, it must have to do with some custom template you are using for your forums, because it seems to work perfectly for me and the rest of my users.

heatherl55
07-16-2007, 03:07 PM
I was wondering if there was any way I can add a catagory where the users can buy avatars and usernames and custom usertitles?

Bellardia
07-16-2007, 03:31 PM
Is there a way for Admins to give members items not available in shops?

semma4eva
07-16-2007, 04:59 PM
I put this code in the memberinfo template...

<!-- 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 -->

and the inventory box showed up in my profile, but it was empty and I bought an object. It shows up fine in my postbit though. Anything I need to change?

Blaine0002
07-16-2007, 05:22 PM
Yes this would require an aditional hook to get the information from the user, ill look into it.

MissKalunji
07-19-2007, 05:50 PM
it did lower the queries good job!

angelpie
07-21-2007, 03:14 PM
ok i followed all the directions except link to ishop.php im not sure how to do that, could this be the reason my images for the shop are not showing up?

Bellardia
07-21-2007, 09:31 PM
Is there a way to sort the items according to price? (Ascending) Rather than alphabetically?

falbinali
07-22-2007, 09:32 PM
Is there a way to sort the items according to price? (Ascending) Rather than alphabetically?

Yes! This would be great!

dai-kun
07-24-2007, 04:00 PM
I don't notice any lowered queries.. :(


Ok im just wondering if i did this right.

Upload and replace everything via ftp, then overwrite product right? Does the postbit edit need changing? I didn't change it.

I'm still getting queries in the 20's with a full page of items.


EDIT____ nvm.. the culprit is the new credits system which is adding about 9 extra queries...

Memphis834@yaho
07-24-2007, 10:32 PM
I'm sorry if this question has been asked already but I was curious as to if theres a way to make items that are purchase in iShop appear in users profiles? I'd like it to show up under the info that appears under their avy whent they post.

dai-kun
07-27-2007, 11:22 PM
I've lost the ability to have the cards show up how i rearranged it on the forums now... any help on that?

cheat-master30
07-31-2007, 02:44 PM
Just got to say two things:

1- This modification is awesome, and also easy to add new items to.

2- It's great if you're/you've been a spriter like I am/have. Because you can easily create anything in Paint, pixel by pixel and add it to the shop extremely easily. This is how I got my Dark Prognosticus, Item Blocks and characters items, if anyone wants them.

Blaine0002
07-31-2007, 04:31 PM
I've lost the ability to have the cards show up how i rearranged it on the forums now... any help on that?

Yes i noticed this, its very odd as it was working for me perfectly earlier..

I will look into this, But in the mean time ive released a new version

This version makes use of the vbulletin GPC, (since apparently you NEED to use it even if you really dont.)

There are also options to notify admin via pm on buy/donate
and an option to notify recipiant on a donate.

cheat-master30
07-31-2007, 04:47 PM
What happened to IShop 1.1.2?

Blaine0002
07-31-2007, 05:17 PM
what do you mean?

Memphis834@yaho
07-31-2007, 10:39 PM
Hey Blaine, I'm having some problems with iShop. It was working find but all of a sudden today, it's not working. When I click the link in the navbar it's going to a blank page on Firefox. On Safari it's saying theres a bad server response. It seems to be working fine on IE though. I never use IE :( I'm not sure why it's not showing up for either Firefox for Safari. Any idea?

Blaine0002
07-31-2007, 10:49 PM
Hmm, your Ishop file is probably corrupt, i cant view http://www.bleedanime.com/ishop.php under either browser.

Try re-uploading it.

Mys
07-31-2007, 10:52 PM
Thank you for the update Blaine. The PM notification is a very nice addition!

Members seem to have lost the ability to order the items as desired for display in their postbits. Was this an intentional revision?


:D

Blaine0002
07-31-2007, 10:54 PM
MYS that SHOULD have been fixed in the new version.
Ill look into it.

Memphis834@yaho
07-31-2007, 11:19 PM
Hmm, your Ishop file is probably corrupt, i cant view http://www.bleedanime.com/ishop.php under either browser.

Try re-uploading it.

Alright, i'll give it a try. Thanks for responding so quickly.

theorigin
08-01-2007, 10:07 PM
Thanks for the update Blaine. I'm glad to see that you can limit the number of items that show up, but I was wondering if there was any way to make it so you could limit the items shown, but then have the rest of the items in the person's inventory show by clicking a "..." link at the end of the inventory?

Also, the ability to change the display order is there, but there doesn't appear to be any way to save it. Am I missing something?

Blaine0002
08-01-2007, 11:46 PM
It will automaticly save :)

And if you are using the default template edit i provided for the postbit, you simply have to click ____'s Inventory to see the rest of their items.

theorigin
08-02-2007, 12:14 AM
I must be doing something wrong then, because it's not saving at all. I've re-uploaded it twice, but nothing is saving.

Blaine0002
08-02-2007, 12:24 AM
one questions just to make sure im on the same page as you,

What do you have on line 39 of ishop.php?

theorigin
08-02-2007, 01:44 AM
session_destroy();

Blaine0002
08-02-2007, 12:11 PM
I checked out your forums and it seems to be working as intended :)

Mys
08-02-2007, 08:10 PM
Thank you for the update Blaine. The PM notification is a very nice addition!

Members seem to have lost the ability to order the items as desired for display in their postbits. Was this an intentional revision?


:D

MYS that SHOULD have been fixed in the new version.
Ill look into it.

I checked out your forums and it seems to be working as intended :)

I installed 1.1.4. Checked the members' item view page in iShop and the "order" column was missing. I reinstalled 1.0.2 and the "order" column is there.

Did you intend to remove the "order" column from 1.1.4? Is the "order" column missing from everyone's 1.1.4. version or have I done something wrong, possibly?

Thank you, Blaine.

:D

Blaine0002
08-02-2007, 08:22 PM
As I have said many times, There is no order anymore, You can re order your items by dragging and dropping your table rows

:)

dai-kun
08-04-2007, 08:07 PM
That is if it shows up ordered after we reorder them like that :P

Upgraded to newest version and still cannot reorder :(

Blaine0002
08-04-2007, 09:08 PM
yeah there seems to be a bug with reordering anything over 4 items... Currecntly looking into it.

Memphis834@yaho
08-05-2007, 10:50 PM
Still not sure why the iShop stopped working for me. I reuploaded the files and it's still not working.

Blaine0002
08-05-2007, 11:05 PM
try reverting all of your ishop templates, see if that does anything.

Carlos2
08-07-2007, 11:53 AM
How can i put that guests can view the ishop items??

DannyMilner
08-07-2007, 12:14 PM
I am having the same problem as Memphis834@yaho

But i can see it but my users are getting a blank page? I am using this with the vbcredits system and its working fine for me.

Carlos2
08-07-2007, 12:34 PM
How can i put that guests can view the ishop items??I solved it ;)

shiny_jen
08-09-2007, 04:19 PM
I put the link in the navbar to the shop and it's the right url, but the first time I click the link (after my comp's switched off or I've logged out and logged back in again, or sometimes randomly if I don't refresh regularly), it returns a page cannot be displayed error. If I then refresh the page, it works fine. The same is happening to all my members. I thought it first it might be the coding for the link, but I've re-handcoded it myself just using regular HTML and the same thing happens. Something to do with cookies perhaps??

Blaine0002
08-10-2007, 02:44 AM
Wow thats odd, seems to be a common problem o.O ive looked at the code and nothing looks amiss, ill keep looking though!

Coraline
08-14-2007, 10:44 AM
Just letting you know that that happens to me too (the clicking on the link and nothing shows) but it's a blank page, rather than as a page cannot be displayed error. :)

Also, was wondering if there was an option for cards that are out of stock to no longer appear on the card shop itself?

TaTTol
08-15-2007, 11:22 PM
i know its a stupid question, but how do i add items in the shop?

Caseyjr86
08-15-2007, 11:56 PM
Im getting an error it is;

Error: Unexpected end to XML source
URL: http://www.blahblah.com
Line: 641

I can't figure out whats wrong.

Bratz-Designs
08-16-2007, 09:37 AM
Hey mate,

Awesome hack!

Would it be possible to ad catergories to the postbit? Like when you have two different categories you ad one to the sigspace and one to the postbit? :)

Fabsboards
08-17-2007, 02:06 PM
Looks interesting, but not what I thought it would be.

I want a shopping module, where people can use real cash to make purchases. My ideal module would be fully integrated with PayPal. Does one exist?

emgage
08-20-2007, 03:46 PM
im having a problem with this mod guys. When i open myurl/ishop.php the page loads fine. then when i click on a category so that i can buy items it redirects me back to the index although url on address bar changes to http://www.s60forum.com/?showshop=1. Any ideas on what to do?

4newbies
08-20-2007, 06:25 PM
Looks interesting, but not what I thought it would be.

I want a shopping module, where people can use real cash to make purchases. My ideal module would be fully integrated with PayPal. Does one exist?

I'm looking for this as well..

Anyone know if Version 1.1.4 of this has been tested and works with older vB version 3.6.5?

emgage
08-21-2007, 07:51 PM
im having a problem with this mod guys. When i open myurl/ishop.php the page loads fine. then when i click on a category so that i can buy items it redirects me back to the index although url on address bar changes to http://www.s60forum.com/?showshop=1. Any ideas on what to do?

anybody have any idea?

Blaine0002
08-25-2007, 10:57 PM
make sure you have the correct url settings set in your vbulletin options.

Coraline
08-29-2007, 04:52 AM
Was wondering if there was an option for items that are out of stock to no longer appear on the ishop itself? I want members to only see what's available in the ishop, and for them not to see the items that have all been sold until restock. :)

Rickeo
09-04-2007, 02:18 AM
Any idea where I can get some items for my shop please??

Thanks

Rick

deezelpope
09-04-2007, 09:58 AM
<i>Do a search for iShop items...you'll find my posts with the items.</i>

DarkLord7854
09-06-2007, 04:18 PM
I've been wondering, is there a way I can make the items bought have a recurring monthly price? Like if someone buys product A which is 50 credits, every 1st of the month, it'll deduct 50 credits from that person in order to stay in his inventory, if he doesn't have enough credits, it removes itself and notifies an admin/mod

Thanks :)

scart3r
09-08-2007, 04:10 AM
Hi guys :)

I want to have a system where I can have a shop kind of set up, where I can upload downloadable products that are exchangeable for points.

It would be great if members are also able to upload products that they have for 'sale' - via the points system.

Can this be done? I don't really understand what this shop thing does. If this is able to be done, is someone interested in setting this up for me, for a little token of my appreciation in your paypal account?

I would really appreciate any of your help - if this is the mod I can use, then cool - tell me, and i'll have a go at setting it up :) - if there issomething that could do a better job please let me know that too.

Cheers,
Cindy

QsKGlobal.com
09-09-2007, 07:14 AM
My store was working perfectly fine with my custom items, but it just suddenly decided to just stop loading completely. The page never loads. Help anyone?

Link: http://qskglobal.com/ishop.php

Hellservent
09-11-2007, 09:41 PM
not working - just brings up a white page.

Blaine0002
09-12-2007, 05:41 PM
did you change anything on your board that caused it to suddenly go white?

iKuro
09-16-2007, 01:54 AM
not working - just brings up a white page.
press F5 and the problem its solved.

Blaine0002
09-17-2007, 01:46 PM
O.o what does f5 do?

jrofosho
09-20-2007, 02:06 AM
any word on the inventory re-order problem? my members are driving me nuts about it.

Hellservent
09-24-2007, 02:24 AM
No, absolutely no change... I just uploaded the files, followed instructions...nothing

mr.gamesbay
09-28-2007, 11:01 AM
My store was working perfectly fine with my custom items, but it just suddenly decided to just stop loading completely. The page never loads. Help anyone?

Link: http://qskglobal.com/ishop.php

Same problem here. Sometime the site load, sometime not.
Any fix out there?

SBoards
10-22-2007, 12:39 AM
Just wanted to say THANK YOU! Very good hack! I'm on vB 3.6.7 and I have had no problems so far (that couldn't be fixed by reading this thread).

Question... is it possible to make it so that my members can go in their user control panel and make it so they don't have to look at the items in other members' postbits?

Thanks in advance for your response!
-Chris

Blaine0002
10-22-2007, 01:11 AM
Thanks for the feedback,
So you want peoples items to show in their profile?

It can be done!

SBoards
10-23-2007, 02:15 AM
Well, no. I already have them in profiles and postbits, but I was wondering if it would be possible to let my members choose whether or not they can see the product altogether. Most of my member love it, but some of them would rather not see it at all.

Blaine0002
10-23-2007, 09:05 PM
Ill look into it.

SBoards
10-24-2007, 03:44 AM
Thanks a million! If it's not functionally possible, no worries. I just thought I'd ask.

Cheers,
-Chris

SBoards
10-24-2007, 11:44 PM
so... erm....... forgive me for being a noob, but...


I just realized that I installed this and iCash on a 3.6.7 forum. I was searching for a product like this and didn't even bother to take a look and see what version it was for.

It works. Should I just leave it, or uninstall it?

Blaine0002
10-25-2007, 12:38 AM
It works fine for the new versions of vb :)

SBoards
10-25-2007, 01:07 AM
Did I mention that you rock? ;)

SBoards
10-27-2007, 04:42 PM
SBoards here to bug you again!

I'm using 50x50 logos for inventory items on my sports forums, and I've noticed that in IE it shows up 3 across, but on firefox it shows up 2 across. After playing around a little, I've found that it's a 6px difference on the padding of the inventory in the postbit. Anyway this can be resolved?

Again... no worries if it can't. I just figured it couldn't hurt to ask. :)

deezelpope
10-27-2007, 05:23 PM
Ok, how in the heck does the AJAX reordering work? Cuz I can't seem to get it to work for me.:confused: Otherwise, it looks great!:D

Blaine0002
10-27-2007, 05:33 PM
Basicly you drag and drop your items in your inventory screen, apparently it dosent work for anything more than 5 items.. quite odd XD

this is next on my update list though.

deezelpope
10-27-2007, 05:36 PM
Ohhh...LOL! I thought I was doing something wrong here!:D

Thanks Blaine!:)

deezelpope
10-27-2007, 05:54 PM
Ok, since you registered, I did some testing...donated you two items...the PM system works FABULOUS, my members will LOVE that, but the AJAX reordering doesn't work, even with just two items. I'm not complaining, I just thought you would want to know.:)

Blaine0002
10-27-2007, 08:28 PM
Wierd.... Drop me admin privelages and let me poke around your templates quick.

deezelpope
10-27-2007, 08:30 PM
Alrighty...gimme one sec!:D

Blaine0002
10-27-2007, 08:32 PM
Yep just remember to set my admin privelages or I wont be able to see anything in the admincp.

deezelpope
10-27-2007, 08:33 PM
<i>Oh, it's done, but lemme know if I missed anything, k?</i>

SBoards
10-30-2007, 03:21 PM
I'll be interested to find out if there's a way to fix this in it's current version as well...

deezelpope
10-30-2007, 04:18 PM
He's working on it.:)

deezelpope
11-01-2007, 05:02 PM
Bizarre! The Ajax reordering appears to be working for me now! I logged off and cleared my cookies and temp files, and they're still in the order I put them.:D COOL!!:)

Blaine0002
11-01-2007, 07:58 PM
like i said it works for a few items at the top of the list, but anything after i think it dosent work for.

deezelpope
11-01-2007, 08:10 PM
Yeah, I remember you said that. I moved several of my ribbons and a few others that were on the bottom to the top, and they stayed put. It's almost like I had to wait for a second for them to get settled...sounds weird, I know.:rolleyes::erm:

Blaine0002
11-01-2007, 08:15 PM
No it sounds about right :P you might need to wait longer to reorder more items, since the javascript is moving back and forth between the php and the javascript to make the query, then once its done processing all the items locations it runs the query.

deezelpope
11-01-2007, 08:31 PM
Ohhhh...well that sounds better than the way I explained it! Thanks Blaine!:D

silvermerc
11-05-2007, 07:04 PM
Does this work with .6
Is their a way you can trade items ect...?

deezelpope
11-05-2007, 07:07 PM
<i>What do you mean .6?? You can buy, sell, donate...I suppose if a member wanted to but something off of you, you could have them donate you the money, then you could donate it to them.</i>

silvermerc
11-06-2007, 02:48 PM
Does it work on 3.6.8 thats what i mean ;]

Blaine0002
11-06-2007, 07:47 PM
yep.

silvermerc
11-06-2007, 08:11 PM
Is it possible to trade items?

deezelpope
11-06-2007, 08:15 PM
I've already answered this question. You'd just donate the trade items to each other.

You can buy, sell, donate...I suppose if a member wanted to but something off of you, you could have them donate you the money, then you could donate it to them.

silvermerc
11-06-2007, 08:17 PM
Yeh but i need a trade thing :[
hmph

deezelpope
11-07-2007, 08:09 AM
Um, what's a trade "thing"?:confused:

casidom
11-07-2007, 04:41 PM
If i am an administrator, how can I control member's items? Such as adding, deleting their items. Thank you.

deezelpope
11-07-2007, 04:59 PM
Why would you want to do that? You could log in as the member: https://vborg.vbsupport.ru/showthread.php?t=122939

Carlos2
11-13-2007, 12:08 PM
How can i do that guests cant see the gifs in postbit? To reduce bandwith consume.

deezelpope
11-13-2007, 12:13 PM
<i>Turn off their ability to see thread content.</i>

Carlos2
11-13-2007, 06:52 PM
Any other way by template modification? Thanks for your answer.

deezelpope
11-13-2007, 07:01 PM
Maybe this before inventory in your postbit? I'm not sure if it'll work, but it might.

<if condition="$show['member']">

Carlos2
11-13-2007, 08:47 PM
Maybe this before inventory in your postbit? I'm not sure if it'll work, but it might.

<if condition="$show['member']">Sure, but i dont have inventory in postbit or postbit legacy, but i still see the images there. Perhaps is added in a ishop template??

deezelpope
11-13-2007, 09:08 PM
Hm, no idea, sorry, Carlos.:(

dai-kun
11-15-2007, 06:28 AM
So... is there a fix to reordering the items that were bought? It reverts back to the original order after a few minutes..

deezelpope
11-15-2007, 08:57 AM
Blaine is working on that for the next update.:)

yashua
11-20-2007, 07:57 AM
Is there a way to remove the a item from the shop but at the same time make it so the users that have this item get to keep it like I would like to make items that could only be given out as a sort of award? or just a rare item that was only in the shop one time of year. Right now I have items I drew up like one that was just oh here this is what it looks like http://ygamerz.com/ishop/items/bloodysyth.gif
I draw them my self ok well right now I just keep it stocked at 0 but I want it removed from shop so I can put the item back in the shop next year? so users that have one get to keep it all year around just for disply.

forumrunt
11-24-2007, 02:29 PM
ok call me stupid but I did everything and it went well but I dont have a shop section in my admin cp

Dougy
11-24-2007, 08:02 PM
I can't make any items show.

Blaine0002
11-25-2007, 09:55 PM
forumrunt, refresh the page :)

@dougy please elaborate.

no mods
11-28-2007, 02:59 PM
NVM Problem solved, great mod thanks.

AMcKay
12-02-2007, 06:43 PM
Is there a way to remove the a item from the shop but at the same time make it so the users that have this item get to keep it like I would like to make items that could only be given out as a sort of award?
One of my members suggested the same sort of award feature, like having ribbons or trophies which are un-donateable and can only be given by admins.

I'm really looking forward to a fix for re-ordering items (I know you're working on it Blaine :up:), and especially 3,7 support! :)

ThreeD
12-09-2007, 04:25 PM
when uninstalling ishop 1.1.4 the "shop control panel" on the left side won't go away in the admin panel. Any idea why?

SBlueman
12-09-2007, 08:41 PM
You have to delete the admin files that you uploaded to your admincp folder:

ishop_control.php
ishop_donate_control.php

tigrattack
12-11-2007, 03:37 PM
I'm not sure if this has already been asked and addressed...if it has, I apologize.

Is there a way to view a log of all transactions in the shop?

Thanks

PurpleButterfly
12-12-2007, 02:58 PM
One of my members suggested the same sort of award feature, like having ribbons or trophies which are un-donateable and can only be given by admins.

I love that idea, too! What I've done is upload a specific number of the same special item, purchase them all, then donate them to the members I had in mind. :)

My members and mods have requested a way to enter a short bit of text when they donate an item to someone..."a little something to say thanks for helping out in that thread" etc. or whatever message they want to write. ;)

I would love a way to reorganize (alphabetize, specifically) my categories. I would have created them more carefully had I known I couldn't alphabetize them for display.

I'd also love an easier way to customize the PM message. I altered the text in .php but wasn't able to use any punctuation without causing database errors. I want to be able to include a link to my "all about our iShop" sticky for new members who have no clue what it means when someone donates an item to them. ;)

All in all, though, a most wonderful program and definitely the most fun we have on our forum! I sent a PayPal donation to say thanks and also nominated you! Thank you so much, Blaine! :D

Blaine0002
12-13-2007, 09:53 AM
Next version will contain awards and ribbons, user actions (bold username colored username ECT), donation text, decimals to items.

PurpleButterfly
12-13-2007, 12:39 PM
Woohoo! Thanks again, Blaine! :up:

njoker555
12-16-2007, 07:25 PM
i will wait for the next version before installing

but can you make it so others can change their own user title like add bold, italics, underline, color, etc.. rather than just having images for them to buy

roflwaffle
12-17-2007, 07:41 PM
I really don't want the inventory thing. How do I take that off?

Thanks.
Tom Swanson

AMcKay
12-17-2007, 08:42 PM
Anyone tested this on 3.7 Beta 2 yet? I assume it works, since most of the code is still the same, but you never know. :)

alessai2
12-24-2007, 12:25 PM
um... what does the items do? can u add display name changer as item ?

alessai2
12-24-2007, 01:50 PM
got an error:
Database error in vBulletin 3.6.8: Invalid SQL:update vb_itemshop_stock set iorder = CASE END; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1Error Number : 1064Date : Monday, December 24th 2007 @ 10:48:31 AM

Blaine0002
12-24-2007, 02:12 PM
Thanks for reporting this

I am working on updating this for both versions 3.6 and 3.7

gforce75
12-28-2007, 05:59 AM
Ya same thing. Installed and it doesnt show :( with 3.6.8p2

amommysworldcom
12-28-2007, 07:52 PM
I threw mine in below the signature............. how do yoou get it to let you add more of your own items though it wont accept any other items I add in they come up with a red x in the admin panel. I noticed all the items it came with have a space in the name which creates at 20% in the title once4 in the admin panel but I can not get it to work with my items even with a space. I scoured all the templates, xml and all to see if the actual items were listed and they are not.

help....

tintructo
12-31-2007, 04:34 AM
is there an estimated time for the release in 3.6.8 ? ^^

i'd love to use this system with iCash :)

EvilChicken
12-31-2007, 11:35 PM
Man, I need some help, Everything is installed but when I go to the ishop.php file...it doesn't go. It does see the file but it pulls an error about not being able to load it completely.

Any help on this?

RollaJedi
01-01-2008, 05:39 PM
hey all, is there any way to buy, say a 'mystery item' that basically is a random choosing of one of your items in the shop?
What I'd love to incorporate is this: I want to have each member have their own 'virtual collection' of items. Basically, a member pays the price for the mystery item and the mod randomly picks an item from the shop to give to them. This is the only way to buy these items.
What I'd really like to see is a way to make some items harder to get than others. SOrta like 'chase' items, if you are into collecting.

If you've ever played the super smash brothers melee for the gamecube, its sorta like their 'trophy' system. You put a coin in the gumball machine and get a prize, then you get to display it in your trophy room. Of course, you want to get them all but some of them are pretty hard to get.

could someone tell me if this has been done or is it possible someone could do it??? Thanks!

memoriess
01-02-2008, 04:48 AM
this is a great hack, would love to see it in 3.6.8.
thank you coder!! :))

PurpleButterfly
01-02-2008, 05:29 PM
I threw mine in below the signature............. how do yoou get it to let you add more of your own items though it wont accept any other items I add in they come up with a red x in the admin panel. I noticed all the items it came with have a space in the name which creates at 20% in the title once4 in the admin panel but I can not get it to work with my items even with a space. I scoured all the templates, xml and all to see if the actual items were listed and they are not.

help....

You have to upload new items to your server, then manually add and name them through the ishop controls in the adminCP. I use SmartFTP, a free and very user-friendly program IMO. ;) Upload all your iShop "items" to:

public_html>ishop>items

You may want to include a number at the beginning of each ishop item before you upload it, otherwise you're going to have a big mix of things you want and stuff that comes with the program that probably isn't what you're looking for on a mommy forum. ;) I save each graphic to a special ishop item folder on my desktop for convenience, adding a # at the beginning of each image description before saving (so it shows up distinctly when you go to add the item to your ishop through the adminCP). I do batch uploads every few weeks, so one week everything begins with #1, next time #2, etc etc. ;)

Also, consider choosing all your categories now and adding them alphabetically since this version does not have an option to rearrange or alphabetize categories. :)

If you're running a mommy forum like I am, you can find all sorts of wonderful little graphics by doing a Google search for "glitter graphics" or "chibi graphics".

Feel free to post again if you need help (rather than PM'ing, that way others can learn just like we did)...I'm no expert but have learned a lot in the past few months since starting my forum. :)

dai-kun
01-03-2008, 06:29 PM
Tested on 3.7 Beta 3 with a forum upgrade from 3.6. Everything seems to work still.

Only problem that I been having for months, and have discussed this before, is the items reverting back to its previous order a few mins later when one tries to rearrange it. Still no fix for this?

se_p800
01-03-2008, 08:05 PM
I cant get this or the icash mod to appear in my postbit even though I am doing it as said. What am i doing wrong?? Thanks

dai-kun
01-04-2008, 09:34 AM
Make sure you edit the right template file for postbit. Postbit and postbit_legacy are 2 different things.

LilSniper
01-06-2008, 03:54 AM
YOU NEED AN EXTERNAL CASH HACK FOR THIS TO WORK!
OMG YES IT WORKS WITH 3.6.X!!!
What do you mean by external cash hack? Do we need it to have it work for 3.6.7?

Also...I really want to get this hack...but does it work in conjunction with the Credit Point System (https://vborg.vbsupport.ru/showthread.php?t=151924&highlight=cedit)?

deezelpope
01-06-2008, 09:47 AM
What do you mean by external cash hack? Do we need it to have it work for 3.6.7?

Also...I really want to get this hack...but does it work in conjunction with the Credit Point System (https://vborg.vbsupport.ru/showthread.php?t=151924&highlight=cedit)?
I use ICash by Blaine.:) In fact, it says so in the following line right where you quoted, had you read a little further:

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

EvilChicken
01-06-2008, 06:20 PM
Again, I need help. I have the iShop installed and all the admin functions work but the ishop.php page can't be accessed.

I installed it in the root of the forum derectory and all and did everything by the instructions, plus I do have vBulletin experiance but I can't get into the shop!

I need some help!

http://triplechat.com/forums/ishop.php

RollaJedi
01-07-2008, 04:09 PM
hey all, is there any way to buy, say a 'mystery item' that basically is a random choosing of one of your items in the shop?
What I'd love to incorporate is this: I want to have each member have their own 'virtual collection' of items. Basically, a member pays the price for the mystery item and the mod randomly picks an item from the shop to give to them. This is the only way to buy these items.
What I'd really like to see is a way to make some items harder to get than others. SOrta like 'chase' items, if you are into collecting.

If you've ever played the super smash brothers melee for the gamecube, its sorta like their 'trophy' system. You put a coin in the gumball machine and get a prize, then you get to display it in your trophy room. Of course, you want to get them all but some of them are pretty hard to get.

could someone tell me if this has been done or is it possible someone could do it??? Thanks!

can the coder please take a look at this? Thanks!

heeroyun
01-09-2008, 03:39 AM
I've installed this to my forum , It works well . But I have a small problem : Can I delete an item that a user have bought ?

heeroyun
01-12-2008, 03:39 PM
I have problem adding image to the shop , the Ishop just don't accept the image O_o

TCE Killa
01-13-2008, 08:00 PM
What exactly can you buy with IShop?

Can you add the profile photo etc... to it and custom user fields so you have to pay ICash through IShop to add a profile picture, change username color etc...?

racechick20
01-17-2008, 07:56 PM
I have the following error when I click the Ishop link. Have I done something wrong? :confused:

Warning: main(./includes/Sajax.php) [function.main]: failed to open stream: No such file or directory in /ishop.php on line 24

Fatal error: main() [function.require]: Failed opening required './includes/Sajax.php' (include_path='.:/usr/share/pear') in /home/sites/mysite.com/public_html/test_forum2/ishop.php on line 24

Blaine0002
01-18-2008, 04:36 PM
make sure the file Sajax.php exists in your includes directory.

LilSniper
01-19-2008, 02:22 PM
So can I make this work with the vBCredits - Ultimate Points System (https://vborg.vbsupport.ru/showthread.php?t=151924&highlight=credit)?

Thanks alot!

MissKalunji
01-19-2008, 02:56 PM
Yeah it does

mp34play
01-20-2008, 04:34 PM
Does this hack work with 3.7 yet? If not, any idea when?
Thanks in advance and ICash is awesome BTW...

heeroyun
01-21-2008, 06:10 AM
My forum is 3.6.8 , installed and no big problem so far . Since the coding has nothing changed , I think I could work , I might be wrong lolz .

Anyway , the arrange item order of Ishop have a small bug : The item return to its previous order after awhile , or only my forum have this problem ?

deezelpope
01-21-2008, 10:32 AM
No, Heeroyun, it's not just your forum. It's a small bug, which Blaine is well aware of, and is working on a fix.:)

heeroyun
01-21-2008, 03:34 PM
Uhm thx for the answer . Btw Blaine , Can you pls make the add item feature easier for us ? I have more than 100 items now and adding a new item is really confusing for me

deezelpope
01-21-2008, 11:26 PM
LOL! Forgive me for laughing, but I've over 1,000 items in my shop! Adding items isn't the hard part, you can do that right from the left side (see screenshot), it's the scrolling to the bottom of the list of items that's tough. I wish we could have the category item lists collapsible.

https://vborg.vbsupport.ru/external/2008/01/20.gif

Collussus
01-22-2008, 11:25 AM
installed this on 3.7.x with minor problems.. Found the bugs pretty quickly..

All you have to do is find this in the ishop_cat_row template :

<tr>
<td class='alt2' align='center'><b><a href='?showshop={$cat['cid']}'>{$cat['cname']}</a></b></td>
<td class='alt2' align='center'>{$cat['citems']}</td>
</tr>


and replace it with :

<tr>
<td class='alt2' align='center'><b><a href='ishop.php?showshop={$cat['cid']}'>{$cat['cname']}</a></b></td>
<td class='alt2' align='center'>{$cat['citems']}</td>
</tr>


Then you go into the ishop.php file and find this:

$items['BuyLink'] = "<a href='?$session[sessionurl]do=BuyItem&id={$items['id']}'>Buy</a>";

and change it to this:

$items['BuyLink'] = "<a href='ishop.php?$session[sessionurl]do=BuyItem&id={$items['id']}'>Buy</a>";

mp34play
01-22-2008, 07:55 PM
installed this on 3.7.x with minor problems.. Found the bugs pretty quickly..

Thank you kindly.

heeroyun
01-22-2008, 10:08 PM
LOL! Forgive me for laughing, but I've over 1,000 items in my shop! Adding items isn't the hard part, you can do that right from the left side (see screenshot), it's the scrolling to the bottom of the list of items that's tough. I wish we could have the category item lists collapsible.

https://vborg.vbsupport.ru/external/2008/01/20.gif

I know what to do to add the item , but 1000 images to scrool and choose take quiet awhile :|

deezelpope
01-22-2008, 10:15 PM
I know what to do to add the item , but 1000 images to scrool and choose take quiet awhile :|
I didn't add them all at once...just a few at a time. I guess it comes down to what you're willing to deal with.;)

heeroyun
01-22-2008, 10:54 PM
installed this on 3.7.x with minor problems.. Found the bugs pretty quickly..

All you have to do is find this in the ishop_cat_row template :

<tr>
<td class='alt2' align='center'><b><a href='?showshop={$cat['cid']}'>{$cat['cname']}</a></b></td>
<td class='alt2' align='center'>{$cat['citems']}</td>
</tr>


and replace it with :

<tr>
<td class='alt2' align='center'><b><a href='ishop.php?showshop={$cat['cid']}'>{$cat['cname']}</a></b></td>
<td class='alt2' align='center'>{$cat['citems']}</td>
</tr>


Then you go into the ishop.php file and find this:

$items['BuyLink'] = "<a href='?$session[sessionurl]do=BuyItem&id={$items['id']}'>Buy</a>";

and change it to this:

$items['BuyLink'] = "<a href='ishop.php?$session[sessionurl]do=BuyItem&id={$items['id']}'>Buy</a>";

What bug is this anyway :-?

@deezelpope : lolz me too , but It would be good to make it more easier , like the uploading smiles option of VBB ^^

Collussus
01-23-2008, 06:31 AM
What bug is this anyway :-?

@deezelpope : lolz me too , but It would be good to make it more easier , like the uploading smiles option of VBB ^^

These are all bugs that when you click a certain link that you go back to forumhome instead of eg. buying something..

hence changing the link from "?do=buy" to "ishop.php?do=buy"

dai-kun
01-23-2008, 10:20 PM
I'm getting this error trying to view ishop.php:

Unable to add cookies, header already sent.
File: /home/xxx/public_html/forum/ishop.php
Line: 49

I have vb 3.7 beta4 installed.

I dunno why that is happening, but when I remove

<script>
<? sajax_show_javascript(); ?>
</script>
<script src="./includes/tableDnD.js" type="text/javascript"></script>

The page loads but I cannot rearrange the items since ajax is not there to run it.

The item rearranging doesn't work anyways right?

Blaine0002
01-23-2008, 10:58 PM
It currently does not. im not sure why sajax would be adding any cookies. probably some javascript stuff. im not very good at it :)

dai-kun
01-23-2008, 11:00 PM
is it possible then to use the old method of rearranging the items, using the order numbering system?

Chicago_VLNU_4s
01-27-2008, 05:25 PM
installed

pxd
01-28-2008, 01:21 PM
This is quite a long read, could someone please enlighten me on the following:

- Is it possible to pay real money (through paypal or something like that) for points?
- Can you purchase profile modifications through iShop? Like user title modification etc.

Thanks a lot.

Zinzara
01-28-2008, 09:40 PM
I may have missed a direct answer for this so I will ask again.

I have installed, added images, changed navbar etc. I have no icons showing in Postbit, how do I fix that?

habasabi
02-02-2008, 10:47 PM
Zinzara... see the very first post of the mod.. the code is there.. along with a picture of it..

ChaosBurnt
02-15-2008, 03:01 PM
*installed*
Awesome mod, thank you.


[I] I've over 1,000 items in my shop!


WOW!
That's amazing, would you mind me asking if you could lead myself and anyone else who may be interested in the right direction for finding so many items to add to our shops. Perhaps you would consider creating a zip file of your shop items, I have searched for items to add to the shop but most internet graphics are rubbish.

deezelpope
02-16-2008, 09:32 AM
*installed*
Awesome mod, thank you.





WOW!
That's amazing, would you mind me asking if you could lead myself and anyone else who may be interested in the right direction for finding so many items to add to our shops. Perhaps you would consider creating a zip file of your shop items, I have searched for items to add to the shop but most internet graphics are rubbish.
I've posted some here...do a search here for ishop items...:)

EDIT: Nevermind, here's the thread: https://vborg.vbsupport.ru/showthread.php?t=149113&highlight=ishop+items

forte
02-18-2008, 10:33 AM
Any updates for the ordering problem?

PinkDaisy
02-20-2008, 05:40 PM
When you go to my Ishop it comes up a blank page... it only works after you refresh that page. Is there anyway I can fix this?

Thanks!

RollaJedi
02-21-2008, 03:39 PM
Can you possibly do something so that a person could buy the 'mystery box' and receive a random item? I am SOOOOO needing this! Please, help a brotha out!!

ChaosBurnt
02-25-2008, 02:36 PM
When you go to my Ishop it comes up a blank page... it only works after you refresh that page. Is there anyway I can fix this?

Thanks!

Same problem, I'm running 3.6.8 pl2, seems the developer is looking into it, hopefully a fix comes soon.






Thanks deezelpope, I have a look soon, thank you for answering me, I appreciate it very much.

deezelpope
02-25-2008, 10:05 PM
Thanks deezelpope, I have a look soon, thank you for answering me, I appreciate it very much.
No problem. Also, if you go to image uploader sites, such as photobucket or tinypic, and do an image search for 'pixel' and 'pixels' you'll find even more.;)

Winterworks
03-05-2008, 11:25 AM
Anyway we can have it sell like.. Usertitles, ranks, stuff like that?

Also.. Mine is messed up.. It says not enough money for something for 500, when I have 600..

Can you help?

Slugsnack
03-05-2008, 11:20 PM
<font color="Blue">Is there a way that you can make it so in this shop you can put like:

Colored User Title, and people can buy that?

Or not... ._.</font>

gibgaming.com
03-10-2008, 09:58 PM
Adding the Icon to my nav bar ...Hey guys how can i add a icon to my nav bar??

DianaDiana
03-12-2008, 02:41 AM
Hi, I am fairly new at this! Can someone please do a step by step on how I get them working together. I have read other threads and all I get from it is put the $ field as "credits". This is not working for me! Any help would be appreciated! Thank you in advance!

DianaDiana
03-13-2008, 02:11 AM
Please help me :) My store is ready to go, I just need to know how to make vbcredits work with this awesome mod! Please please please :)

DianaDiana
03-14-2008, 11:58 PM
Got it.

sumri
03-15-2008, 10:01 PM
hi,
can i implement this add-ons on vb 3.6?
regards.

MissKalunji
03-15-2008, 11:51 PM
yes u can

nectons
03-18-2008, 09:56 PM
I install it.. everething works PERFECT.. i have 3.6.8 pl2.. BUT.. every 24 hours resets the money of the icash mod.. anyone know everething about ? .. my forum is www.bytheway.gr .. i have uninstal it for now..because of this.

WFZ
03-20-2008, 11:21 AM
Does this work with 3.7.0?

LuBi
03-21-2008, 02:12 PM
I install it.. everething works PERFECT.. i have 3.6.8 pl2.. BUT.. every 24 hours resets the money of the icash mod.. anyone know everething about ? .. my forum is www.bytheway.gr .. i have uninstal it for now..because of this.

Same here, it's been doing it forever :(

shadowevil
04-01-2008, 11:13 AM
dosen't work with 3.7.x. >"< ... I hope u update next version. Thanks :)

MissKalunji
04-01-2008, 01:05 PM
uhm sure it does i'm using it on 3.7.

What's your problem?

ChaosBurnt
04-02-2008, 09:27 AM
Has anyone tried running a second shop on the same site?

I'd like to be able to have an entirely separate second shop using a totally separate point system.
Is that possible?
If it is, can someone give me information on how to get it going please.:)

ChaosBurnt
04-02-2008, 12:28 PM
Okay, scrap that question, I've got a second independant shop running with its own cash & banking system.
Does anyone know how to remove the donate function?

Virtualshiner
04-03-2008, 11:51 AM
How do I use vBCredits with IShop?

Any help?

MissKalunji
04-03-2008, 12:38 PM
set the Money row to : credits

Virtualshiner
04-04-2008, 06:35 PM
None of the items people buy appear in their profiles.
Can anyone help?

RedeemedWarrior
04-22-2008, 06:44 AM
set the Money row to : credits thanks i was looking for that answer too!

MissKalunji
04-22-2008, 12:06 PM
glad i could help

RedTrinity
04-23-2008, 04:16 AM
Hi guys,

I am having a display problem with IShop in IE on our forum, this is how it appears:

https://vborg.vbsupport.ru/external/2008/04/23.jpg

See how the right hand side of the page is cut off? It only does this when viewing the IShop pages. I tried turning off the left side menu but it made no difference, the same thing was happening.

It appears fine in Firefox.

Any ideas?

Cheers :)

mum2gem
04-24-2008, 12:19 AM
error :(

Database error in vBulletin 3.5.3:

Invalid SQL:
INSERT INTO itemshop_cat (cid, cname, cdescr, csold, cprofit, citems) VALUES (1, 'Test Category', 'Get your items here!', 0, 0, 0);

MySQL Error : Table 'habbsus1_forumHEREWEGO.itemshop_cat' doesn't exist
Error Number : 1146
Date : Sunday, March 5th 2006 @ 04:54:20 PM
Script : http://www.habbotrades.us/admincp/plugin.php
Referrer : http://www.habbotrades.us/admincp/plugin.php?do=productadd
IP Address : 172.149.33.49
Username : Skatea
Classname : vb_database


this is what happens to me, anyone know why and how to fix it?

RedTrinity
04-24-2008, 11:41 PM
Hi guys,

I am having a display problem with IShop in IE on our forum, this is how it appears:

https://vborg.vbsupport.ru/external/2008/04/23.jpg

See how the right hand side of the page is cut off? It only does this when viewing the IShop pages. I tried turning off the left side menu but it made no difference, the same thing was happening.

It appears fine in Firefox.

Any ideas?

Cheers :)

Still looking for support on this, please :D

mum2gem
04-25-2008, 09:05 AM
it probally has something to do with ur side panels, im guessing anyway

RedTrinity
04-25-2008, 09:53 AM
it probally has something to do with ur side panels, im guessing anyway

As mentioned in my first post, I have already tried removing the left menu (there is only the one) and it didn't do anything, the problem remained.

But thanks anyway :)

mum2gem
04-25-2008, 10:33 AM
oh ok sorry i never read any others.

can anyone help me, i try to add a image but this comes up?

Not Found
The requested URL /admincp/function.opendir was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

RedTrinity
04-26-2008, 03:40 AM
Is there no support for this add-on anymore? :confused:

Have noticed the developer has been logging in and posting on this website in the last few days (even today) but hasn't in this thread since January :S

peppercola
05-14-2008, 02:10 PM
I can't get ishop and icash to sync they're both running but ishop is saying that I don't have enough money to buy anything when I know for a fact that I do (im running 3.7 if that helps)

stickskills
05-17-2008, 03:55 AM
I checked the memberinfo template on 3.7 Gold, and I didn't see the code for getting it to show up in your profile within it. Anyone have a fix? Or could someone point me to it as I may have overlooked it.

ghostice
05-18-2008, 05:10 PM
Still looking for support on this, please :D

I'm having the same issue. I'm not sure what I should change in order to get everything to shrink to the browser size. And I do not have a left hand navagation bar to deal with.

tigrattack
05-21-2008, 02:10 AM
Hi all,

I've been using this for quite some time now and it's a great replacement to vbplaza.

I have the setting for notifying a member with a PM on donate, but it's not working...is anyone having this same issue?

Thanks

mum2gem
05-23-2008, 12:07 PM
i guess there is no support here anymore, i even Pm'ed the guy

MissKalunji
05-23-2008, 05:12 PM
What's your problem?

Fraxter
05-25-2008, 09:34 PM
Please update this to 3.7. It´s not working because the missing security tokens are not implemented.

regards

Pander23

RedTrinity
05-26-2008, 06:59 AM
Sorry wrong topic :P

mum2gem
05-26-2008, 09:21 AM
What's your problem?

this is my problem

Originally Posted by Michael_Tree
error

Database error in vBulletin 3.5.3:

Invalid SQL:
INSERT INTO itemshop_cat (cid, cname, cdescr, csold, cprofit, citems) VALUES (1, 'Test Category', 'Get your items here!', 0, 0, 0);

MySQL Error : Table 'habbsus1_forumHEREWEGO.itemshop_cat' doesn't exist
Error Number : 1146
Date : Sunday, March 5th 2006 @ 04:54:20 PM
Script : http://www.habbotrades.us/admincp/plugin.php
Referrer : http://www.habbotrades.us/admincp/pl...?do=productadd
IP Address : 172.149.33.49
Username : Skatea
Classname : vb_database

this is what happens to me, anyone know why and how to fix it?

TalkBolts
05-30-2008, 03:51 AM
Has anyone had any success getting user's inventory to show up in their profile page in 3.7.x ?

I'd sure love to know how you did it.

stickskills
06-04-2008, 01:41 AM
I haven't had any success at all doing it.

stickskills
06-04-2008, 04:16 PM
The font size on my forum increases whenever I enter the iShop, anyone know why?

stickskills
06-04-2008, 09:22 PM
Is there pagination on this mod by any chance? My items are running past my footer in my skin. :(