MyBB Community Forums

Full Version: Extra Title in Profiles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
Problem I am having to face is that After adding Group Images in Members Profile an extra Text of Title is being displayed; beside Group Image
ЛЛΣЛЛβІΞЯ" title="---" />
You may have a look here in Screen Shot:
[Image: Tanweer.png]
While this Problem is in Custom Theme being used as well as Default MyBB's Style, that's why I thought it isn't related with Style Problem,
You may have a look at my Forum here:
http://--- Site Link removed by Tanweer
Quote:Username: ---
Password: ---

Check member_profile templates of the theme you are using currently. I guess you've some characters in that template by mistake which is what causing this to show.
(2011-11-08, 04:09 PM)crazy4cs Wrote: [ -> ]Check member_profile templates of the theme you are using currently. I guess you've some characters in that template by mistake which is what causing this to show.

Every thing seems to be fine,

({$usertitle})<br />
{$groupimage}
{$userstars}<br />

While same problem is also with MyBB's Default Template,
& Only occurres if Group Images are added.
Group images are added by default (from ACP) or you're using some plugin for it?
(2011-11-08, 04:20 PM)crazy4cs Wrote: [ -> ]Group images are added by default (from ACP) or you're using some plugin for it?
No, its by default option,
AdminCP > Users & Groups > Groups > Edit Group > Group Image
All images have been uploaded in Images Directory i.e. images/admin.png

edit:
also nothing happened when I uploaded in images/groupimages while also tried some editings in member_profile template, but still it is..
In group image field in ACP, what are you adding, like your adding tags like <img src=""> or what? Could you paste here what you enter in group image box exactly?
(2011-11-08, 04:31 PM)crazy4cs Wrote: [ -> ]In group image field in ACP, what are you adding, like your adding tags like <img src=""> or what? Could you paste here what you enter in group image box exactly?

Those codes are:
images/admin.png
While also tried this after uploading admin rank image in groupimages;
images/groupimages/admin.png


For 2nd Group,
images/donors.png

edit: just tested, nothing changed Sad
/images/groupimages/admin.png
You've a problem in some image tag being used somewhere, am not sure where, but its added wrongly. Check this:

[Image: c16089c871d346dd932adf8.png]

Alt tag is being used wrongly, its probably user title issue. PM me with temporary Admin CP details if you want me to check for you.
(2011-11-08, 04:52 PM)crazy4cs Wrote: [ -> ]You've a problem in some image tag being used somewhere, am not sure where, but its added wrongly. Check this:

[Image: c16089c871d346dd932adf8.png]

Alt tag is being used wrongly, its probably user title issue. PM me with temporary Admin CP details if you want me to check for you.

I'd used this code,
<span style="color: Red;"><strong>---</strong></span>

Wao, Just changed Default Title to "Site-Admin" & Problem solved Big Grin
Thank You so much Dear Crazy4CS Big Grin
No problem, you're welcome. And I use <font> tags, I find them better than span, they're confusing at times.