MyBB Community Forums

Full Version: How do I remove this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have added the Custom User tittle and look at the picture...
[attachment=16438]

And the "****"..

How do I solve it?
how did that happen?
I just added through ACP the Custom User tittle.
And the starts... I don't know.
The * symbols represent stars. Look at your profile here at the MyBB support forum. You have 4 stars. If those star images don't exist on your server, or you haven't enabled them?, then they will be displayed as *.

<img src="starimageURL" alt="*">

I think you have a broken tag for your custom user title. Check to make sure the HTML syntax is correct and it doesn't conflict.
Here is the tag that I use:
<a onclick="alert('Skiilz')"><strong>Click for important Message</strong></a>
Is there anything wrong?

And where can I find the <img src="starimageURL" alt="*">?
Well yes if you put something like that in it's going to break it, the alt of the image is the user title, so the " in your user title breaks it. Easiest thing to do is remove the alt and title tags from the member_profile_groupimage template.
Thank you Matt.
And how about the other one?
Where can I find the <img src="starimageURL" alt="*">?
I think it's automatically generated by MyBB if you have allowed ranks/group images. I was using that HTML tag as an example of how the * symbols were being created.

MyBB searches your images dir for the star image. If it can't find the image, it uses the * symbol.

I think the star image is located here: images/star.gif
But I have the images I just removed them for the groups.
I removed the Home » User Groups » Edit User Group » User Stars » images/star.gif
I don't want them to show in certain groups.. is possible to disable or delete the alt for those images?
Pages: 1 2