08-13-2015, 04:33 AM
I've implemented some forum code that makes it easy to display items. To use it, you must know the ItemID of the item you are selling.
For example, a non hued pair of sandals would use the following forum code:
This would display the following:
If you want to hue the item, insert the hue in between the square brackets. For example, hue 32 sandals:
This would display the following:
You can do this for any item, as long as you know the ItemID.
This can be used for absolutely any item!
For example, a non hued pair of sandals would use the following forum code:
Code:
[item=5901][/item]
This would display the following:
If you want to hue the item, insert the hue in between the square brackets. For example, hue 32 sandals:
Code:
[item=5901]32[/item]
This would display the following:
You can do this for any item, as long as you know the ItemID.
This can be used for absolutely any item!