UO Lost Lands Forum
Little bit of handy forum code for selling. - Printable Version

+- UO Lost Lands Forum (https://uolostlands.com/forum)
+-- Forum: Guilds & Trading (https://uolostlands.com/forum/forumdisplay.php?fid=29)
+--- Forum: Trading Post (https://uolostlands.com/forum/forumdisplay.php?fid=15)
+--- Thread: Little bit of handy forum code for selling. (/showthread.php?tid=415)



Little bit of handy forum code for selling. - Jack - 08-13-2015

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:

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!




RE: Little bit of handy forum code for selling. - Swunk - 08-13-2015

Very cool!