• 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!

AAC Changing purchase buttons, shop.lua Znote

Jpstafe

Well-Known Member
Joined
Aug 8, 2011
Messages
507
Reaction score
68
Hi

How do i change purchase buttons from shop.php?

Lua:
<input type="submit" value="  PURCHASE  "  class="needconfirmation" data-item-name="<?php echo $offers['description']; ?>" data-item-cost="<?php echo $offers['points']; ?>">
I want it to look like in the picture below, i have examples obout how I have adapted it in the other buttons.
PHP:
<input type="submit" name="new" value="Add Image" div class="BigButton btn" style="margin: 0 5px;float: right;background-image:url(layout/tibia_img/sbutton.gif) ">

<div class="BigButton btn" style="margin: 0 5px;display: inline-block;background-image:url(layout/tibia_img/sbutton.gif)">
                                                Back
<input type="Submit" value="Search" div class="BigButton btn" style="background: url(layout/tibia_img/sbutton.gif); width:135px;height:25px;border: 0 none;" border="0"></td>
bt1.png
But instead buttons look like this. I have changed all the buttons in the website, except for these ones that is giving me headache.

bt2.png
 
Back
Top