MyBB Community Forums

Full Version: Small Question [ With Screenshot]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 9ee2e1833f7a4faf2f482b2beff08d83.png]

How can I add image before wallet?? please help me out.

Regards
Blogginghelp
is that wallet coming from the newpoints plugin ? which version of MyBB you are using ?
(2015-03-19, 03:13 AM).m. Wrote: [ -> ]is that wallet coming from the newpoints plugin ? which version of MyBB you are using ?

Yes, it's newpoints plugin, and I am running mybb1.8, I just like the classic view. I am using square default theme.

forum url: http://ppdforums.net

Please help me out.

Test Account:
Username: Test
Password: 123456
you can add required image code in newpoints_postbit template (after <br />)
(2015-03-19, 03:43 AM).m. Wrote: [ -> ]you can add required image code in newpoints_postbit template (after <br />)

I am sorry but I didn't understand what you are trying to say, I check in templates and I don't find newpoints_postbit, but from where can I get that images?
if I recall correctly, newpoints templates exist in global templates and there should be newpoints_postbit template

its code can be similar to below
<br /><span class="smalltext">{$currency}: <a href="{$mybb->settings['bburl']}/newpoints.php">{$points}</a></span>
you can add required image code after <br />
(2015-03-19, 03:56 AM).m. Wrote: [ -> ]if I recall correctly, newpoints templates exist in global templates and there should be newpoints_postbit template

its code can be similar to below

<br /><span class="smalltext">{$currency}: <a href="{$mybb->settings['bburl']}/newpoints.php">{$points}</a></span>
you can add required image code after <br />

ok, I've done exactly as you said, I found that in global template and added image code
[Image: 801c9ac7df4540de1fbd75dcd97e31bd.png]

but after that I don't see image in postbit before wallet

[Image: 4327f46ce1b8300d73e77c7bd319ba08.png]

and when I right click and copy image location then it's going to
http://ppdforums.net/images/square/icons...an%20class=
you can try it like this
<br /><img src="{$mybb->settings['bburl']}/images/square/icons/lightning.png" /> <span class="smalltext">{$currency}: <a href="{$mybb->settings['bburl']}/newpoints.php">{$points}</a></span>{$donate}{$post['newpoints_shop_items']}
Finally done, thanks for your full support buddy, I really appreciate your help. Thanks again, it's working now.

Regards
IndeXer