MyBB Community Forums

Full Version: Newpoint shop items
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
Does anyone know how can we add 1 item next to username,
I mean if somebody buy an account you can choose if this account i will appear in his name or not
i tried to find this plugin, but nothing
I use newpoints shop but it need some changes to display icons in username
yeah i was trying to make it works but no luck
1. Download & install NewPoints Shop (https://forums.mybb-plugins.com/Thread-Shop-1-9-4).

2. Go to Templates & Style » Templates » Template Sets » Global Templates

3. Edit newpoints_shop_postbit and leave this code alone...

{$shop_items}

4. Edit newpoints_shop_profile and leave this code alone...

{$shop_items}

5. Go to Templates & Style » Templates » Template Sets » YOUR_TEMPLATE » Post Bit Templates

6. Edit postbit_classic & postbit
Add this
{$post['newpoints_shop_items']}

after this
{$post['profilelink']}

7. Go to Templates & Style » Templates » Template Sets » YOUR_TEMPLATE » Member Templates

8. Edit

Find & move this
{$newpoints_shop_profile}

after this
<strong>{$formattedname}</strong>

9. Done.

Postbit & postbit classic
[Image: K2iiPyb.png]

Member profile page
[Image: w61HRvs.png]

Best Regards,
YASAKA.
(2020-06-23, 08:27 PM)YASAKA Wrote: [ -> ]1. Download & install NewPoints Shop (https://forums.mybb-plugins.com/Thread-Shop-1-9-4).

2. Go to Templates & Style » Templates » Template Sets » Global Templates

3. Edit newpoints_shop_postbit and leave this code alone...

{$shop_items}

4. Edit newpoints_shop_profile and leave this code alone...

{$shop_items}

5. Go to Templates & Style » Templates » Template Sets » YOUR_TEMPLATE » Post Bit Templates

6. Edit postbit_classic & postbit
Add this
{$post['newpoints_shop_items']}

after this
{$post['profilelink']}

7. Go to Templates & Style » Templates » Template Sets » YOUR_TEMPLATE » Member Templates

8. Edit

Find & move this
{$newpoints_shop_profile}

after this
<strong>{$formattedname}</strong>

9. Done.

Postbit & postbit classic
[Image: K2iiPyb.png]

Member profile page
[Image: w61HRvs.png]

Best Regards,
YASAKA.
i add all that but i don't why its not display

i add new item then i bought it after that nothing happen
thank you for your help
(2020-06-23, 08:27 PM)YASAKA Wrote: [ -> ]1. Download & install NewPoints Shop (https://forums.mybb-plugins.com/Thread-Shop-1-9-4).

2. Go to Templates & Style » Templates » Template Sets » Global Templates

3. Edit newpoints_shop_postbit and leave this code alone...

{$shop_items}

4. Edit newpoints_shop_profile and leave this code alone...

{$shop_items}

5. Go to Templates & Style » Templates » Template Sets » YOUR_TEMPLATE » Post Bit Templates

6. Edit postbit_classic & postbit
Add this
{$post['newpoints_shop_items']}

after this
{$post['profilelink']}

7. Go to Templates & Style » Templates » Template Sets » YOUR_TEMPLATE » Member Templates

8. Edit

Find & move this
{$newpoints_shop_profile}

after this
<strong>{$formattedname}</strong>

9. Done.

Postbit & postbit classic
[Image: K2iiPyb.png]

Member profile page
[Image: w61HRvs.png]

Best Regards,
YASAKA.
Thank you for your help mate, Users cant choose which item they want to show in their useranmes but thats okay
Just found this plugin
https://community.mybb.com/mods.php?acti...w&pid=1405

If someone still want to do this, Just use @Matt`s plugin
(2020-06-23, 08:27 PM)YASAKA Wrote: [ -> ]1. NewPoints Shop'u indirin ve yükleyin (https://forums.mybb-plugins.com/Thread-Shop-1-9-4).

2. Şablonlar ve Stil » Şablonlar » Şablon Kümeleri » Genel Şablonlar'a gidin

3. newpoints_shop_postbit'i düzenleyin ve bu kodu olduğu gibi bırakın... 4. newpoints_shop_profile'ı düzenleyin ve bu kodu olduğu gibi bırakın... 5. Şablonlar ve Stil » Şablonlar » Şablon'a gidin Kümeler » YOUR_TEMPLATE » Bit Şablonları Gönder 6. postbit_classic ve postbit düzenle Bunu bundan sonra ekleyin 7. Şablonlar ve Stil'e gidin » Şablonlar » Şablon Setleri » YOUR_TEMPLATE » Üye Şablonları 8. Düzenle Bundan sonra bunu bulun ve taşıyın 9. Bitti.

{$shop_items}



{$shop_items}





{$post['newpoints_shop_items']}


{$post['profilelink']}






{$newpoints_shop_profile}


<strong>{$formattedname}</strong>



Postbit & postbit classic
[Image: K2iiPyb.png]

Üye profili sayfası
[Image: w61HRvs.png]

Saygılarımla,
YASAKA.

these codes are wrong
can you check again?