2009-12-09, 02:49 AM
Pages: 1 2
2009-12-09, 02:50 AM
how did that happen?
2009-12-09, 02:53 AM
I just added through ACP the Custom User tittle.
And the starts... I don't know.
And the starts... I don't know.
2009-12-09, 09:46 AM
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.
<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.
2009-12-09, 11:58 AM
Here is the tag that I use:
And where can I find the <img src="starimageURL" alt="*">?
<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="*">?
2009-12-09, 06:02 PM
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.
2009-12-09, 09:32 PM
Thank you Matt.
And how about the other one?
Where can I find the <img src="starimageURL" alt="*">?
And how about the other one?
Where can I find the <img src="starimageURL" alt="*">?
2009-12-10, 05:10 AM
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
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
2009-12-10, 12:19 PM
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?
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?
2009-12-10, 01:33 PM
Pages: 1 2