I will be unavailable until next Friday. If you need help, then post in this thread and hopefully there will be someone who can help you. I will respond to all messages when I return. Thanks for understanding. See you in a week
Quote:
Originally posted by Sonikku
Is it possible for people to use a custom sprite? If so, how?
|
By sprite I assume you mean the image for the classes? The class images are stored in 4 different folders in your default images folder. You can upload new images to the folders to change the default images.
Quote:
Originally posted by Jitway1
One quick question how to I set the money per post to something other then $10 which is by default?
|
Admin CP->Itemshop Options->Activity Points.
Quote:
Originally posted by AViO 07
I'm gonna wait for the stable version to come out, Bitsys no more addons please, the more addons you add the more bugs.. just work on fixing the bugs.
|
That has been my plan for 3 weeks now
Quote:
Originally posted by Vivi Ornitier
lol . . . damn this has been quite the beta thread, betsys, do u think .65 is good for a full release?
|
Can't release until I get these healing bugs fixed.
Quote:
Originally posted by sonic3d
also one of my members said when they got healed all the money was takin away instead the amount it propsed.
|
I will look into it.
That happened to a lot of people who used the original itemshop as well. I am not sure as to why it only happens for some people and not for others. v0id had the same problem a little while ago but he may have fixed it. As far as I know, it is more or less a server thing or a variable name conflict which is individual to your particular board. I tried to find a solution to this a long time ago but could never locate the problem mainly because I myself have never had the problem. Because of the longevity of this bug and the amount of attention it recieved in the original itemshop, it appears doubtful that it will ever be fixed. If you want, you can read the original itemshop thread to see if you can find any similarities between your board and other people's boards who had the same problem. Sorry I can't help you much more on this one
EDIT: Well, I just had a quick thought about this. You can try the following to see if it works, but it is doubtful:
In your itemshop_donate template, find:
Code:
<input type="hidden" name="iddonate" value="$user">
And before it, put:
Code:
$user = $_GET['user'];