MyBB Community Forums

Full Version: Username limit?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys , I have try to add 2 images in my group (admin group)

like background and a image before name Code is this
<span style="color: #CC3300; text-shadow: 2px 1px 4px #000000;background:url(http://i656.photobucket.com/albums/uu288/angel-45/backround6.gif);"><img src="http://www.fbi-clans.net/simages/Hmanagement.png";>{username}</span>

But all are not working after i save and when i check the code again i see the code is only half

till here

<span style="color: #CC3300; text-shadow: 2px 1px 4px #000000;background:url(http://i656.photobucket.com/albums/uu288/angel-45/backround6.gif);"><img src="http://www.fbi-clans.net/simages/Hmanagement.png";
Not exactly sure what you're trying to do?

So, just use:
<span style="color: #CC3300; text-shadow: 2px 1px 4px #000000; background:url(http://i656.photobucket.com/albums/uu288/angel-45/backround6.gif);">{username}</span>

That will work fine, though you may want to rethink that background color Smile
i want 2 images 1 will background 1 will be image <img src="http://www.fbi-clans.net/simages/Hmanagement.png so can u tell me the code with adding whole?
Ah, okay.
There is a limit on the amount of characters you can use, which is why it's cutting off some code. Upload the sparkle effect to your images folder as sparkle.gif and then use this code:
<span style="color:#CC3300;text-shadow:2px 1px 4px #000000;background:url(/images/sparkle.gif);"><img src="/simages/Hmanagement.png">{username}</span>
1 more thing

http://community.mybb.com/thread-147162.html

Check this also please

This is Fixed thanks alot
Ah, didn't notice it was on a different sub domain.

Use the absolute path then:
<span style="color:#CC3300;text-shadow:2px 1px 4px #000000;background:url(/images/sparkle.gif);"><img src="http://www.fbi-clans.net/simages/Hmanagement.png">{username}</span>

That should be short enough to work, if not then put the simages in your forum directory and replace the paths in your other groups.
Done that already Big Grin Thanks Check this thread please http://community.mybb.com/thread-147162.html


PS : Marked your answer best answer and +1 Reputation Big Grin