MyBB Community Forums
Usericons for NewPoints Shop - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: Usericons for NewPoints Shop (/thread-232291.html)



Usericons for NewPoints Shop - beast - 2021-05-02

Hi, i have installed the plugin, i added two icons to test it but I can't find where I can manage/select the item that I want to add to my name 
I tried by opening the plugin code but I didn't find any link to manage the icons 
if any1 know the link please drop it down 

 I'm also using this variable in the theme to define the icon next to the username {$post['icon']}

[Image: l4NZ2ug.png]

this is the plugin that im using
https://community.mybb.com/mods.php?action=view&pid=1405


RE: Usericons for NewPoints Shop - beast - 2021-05-05

i need help here


RE: Usericons for NewPoints Shop - beast - 2021-05-06

this is another bump


RE: Usericons for NewPoints Shop - Gamonbeybi - 2021-06-20

help me please!


RE: Usericons for NewPoints Shop - Omar G. - 2021-06-22

Open the newpoints_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.


RE: Usericons for NewPoints Shop - edgy - 2022-01-17

(2021-06-22, 05:45 AM)Omar G. Wrote: Open the newpoints_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?