2022-01-17, 01:57 AM
(2021-06-22, 05:45 AM)Omar G. Wrote: Open thenewpoints_shop_myitems_item
template, find{$sell}
, add the following after this:
<br><form action="newpoints.php" method="POST"><input type="hidden" name="action" value="display_item"><input type="hidden" name="iid" value="{$item['iid']}"><input type="hidden" name="postcode" value="{$mybb->post_code}"><input type="submit" name="submit" value="Display Item" class="button"></form>
This code is taken directly from the plugin so it should work as expected.
i tried this and it added the option but it redirects you to an sql error page. you wouldn't happen to have an updated solution for this, would you?