MyBB Community Forums

Full Version: Stars and Group images missing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
These are missign on one of my boards. If I view the source i get the following:
Quote:<span class="smalltext">
Administrator<br>
<img src="" alt="*" border="0"><img src="" alt="*" border="0"><img src="" alt="*" border="0"><img src="" alt="*" border="0"><img src="" alt="*" border="0"><img src="" alt="*" border="0"><img src="" alt="*" border="0">
<br>

How would I fix this?
ok, to start off, go to Admin CP > Users and Groups > Manage Groups > Administrators > Edit

And tell me what Star Image says. It should be images/star.gif ???
That is what it says.
What file defines the variables
$userstars
$usergroupimag
So I can check to make sure they are pointing to the correct spot?
probably functions.php, functions_post.php, or showthread.php, have a search for them in that.
everythign looks the same as my other forum that displays the images Confused
I would suggest checking the templates and not the files. I am not sure which templates it would be in, but if you turn "Template Comments" on in settings, then you should be able to view the source of a page and see what templates it uses.
Matt Light Wrote:I would suggest checking the templates and not the files. I am not sure which templates it would be in, but if you turn "Template Comments" on in settings, then you should be able to view the source of a page and see what templates it uses.
I am not seeign this setting. Where is it?
Actually, it looks as if template comments are automatically enabled. Just look for something such as:
<!-- start: template_name --> and <!-- end: template_name -->. Choose the set closest to the HTML you want to change.
That is not it. It is not a template thing. I have more than one template and they all have this issue.