PDA

View Full Version : [REQUEST] : Itemshop


h_jinx
03-10-2005, 09:43 AM
I don't see a proper itemshop anywhere and I really do think it will become a very popular hack/mod.

I'll be willing to pay $100 - $200 ( depending on the time frame in which it can be done )

The same functionality as the phpbb.

http://www.knightsofchaos.com/zarath/mods/?action=details&mod=shop

I am sure there are some people that are more than capable of this, so perhaps the money may be an incentive.

Cheers,

J

Marco van Herwaarden
03-10-2005, 09:48 AM
You are probably looking for uCash/uShop: https://vborg.vbsupport.ru/forumdisplay.php?f=100

h_jinx
03-10-2005, 09:52 AM
I already have that installed Marco =)

It does not have an item shop though. Effects for names, titles etc can be purchased but not actual items.

Zachery
03-10-2005, 02:15 PM
I don't see a proper itemshop anywhere and I really do think it will become a very popular hack/mod.

I'll be willing to pay $100 - $200 ( depending on the time frame in which it can be done )

The same functionality as the phpbb.

http://www.knightsofchaos.com/zarath/mods/?action=details&mod=shop

I am sure there are some people that are more than capable of this, so perhaps the money may be an incentive.

Cheers,

J
If you are willing to pay jinx take out a service request :)

tehste
03-10-2005, 02:19 PM
If you are willing to pay jinx take out a service request :)
i released a gift addon for uShop is that not what you want?
What would a standalone itemshop do anyway? what would the items do?

midihead
03-10-2005, 09:28 PM
An item shop where your loyal forum visitors could spend their points on things like CD's, T-Shirts, access to downloadable music, etc. would be most killer. Does such a mod exsist?

Cheers,

Midihead

h_jinx
03-13-2005, 08:53 PM
A standalone item shop allows people to spend their "cash" on items to go beside their postbits. On my current phpbb of 700 members, 100,000 posts, it is a very popular addon and when I switch to vbulletin i would like a mod similar to it =/

brownafroduck
06-03-2005, 07:23 PM
I am looking for something like this as well. There was the Itemshop for vb2, but this uShop for vb3 sadly isn't equipped with one. Personally, I could care less about the actions and special name style modifications that they can buy. I just want the icons in the postbit.

ericgtr
06-03-2005, 08:35 PM
A standalone item shop allows people to spend their "cash" on items to go beside their postbits. On my current phpbb of 700 members, 100,000 posts, it is a very popular addon and when I switch to vbulletin i would like a mod similar to it =/
This is fairly simple to do without any real modification other than a template mod or two. All you would have to do setup a subscription where they are placed into a specific group upon paying, then add a basic template conditional so they get that specific image in their postbit.

So say they paid through a subscription and became a member of a group you setup called "Itemshop" this group has an ID of say 10. You would put something like this in your postbit where ever you want it:


<if condition="is_member_of($post, 10)">
Path to item image or any html you want here
</if>

brownafroduck
07-17-2005, 10:13 PM
I suppose that would work if there were only a few items, but with the old system I was able to create a few different "shops" (different types of items) and within each shop I had 10 or so items. To set that all up with groups would be crazy.

Sunnz
07-19-2005, 11:16 AM
<if condition="is_member_of($post, 10)">
Path to item image or any html you want here
</if>
Hey can I have a special someone to have an image that I explicit define my self?

Say something like:

<if condition="$usedid=123">
Path to item image or any html you want here
</if>

That's pseudocodo only... but do you know what I am talking about? Do you know how would I actually do it in vbulletin?

Cheers.