• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Changing colors and adding images in shop offers

richux

Tibera.org
Joined
Aug 18, 2008
Messages
3,666
Reaction score
26
Location
---------
Hello! Some simple questions.

1) How can I add images to shop offers? Example:




2) How can I change the color for subtopic I want? Example:




I tried to edit layouts.php but I failed -.-


Thank you!
 
You add shop offer pictures by going into htdocs/item_images.
You add the image in there, the name must be the same as the id of the offer in database and it has to be a jpg image. you can get all tibia pictures here:
Code:
tibia.wikia.com
Im not sure about second question, but look at layout.php and try to copy "buypoins" or "Shop offer". sence they r in color!
Hope i helped!:p
 
i myself tried to copy the layout, the only thing happend was the row started blinking, dident change color ;S Thanks for rep, will rep back :)
 
2) htdocs/layouts/|LAYOUTNAME|/basic.css

I've included mine in the attachment, it makes that text orange ;)

The orange color is #FF9900
You could try replacing all of those in the file, with another color you want.
 

Attachments

Last edited:
Back
Top