Current time: 05-24-2012, 01:50 PM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] [PMs] Icons [R] [C-Michael83]
02-15-2009, 06:46 AM
Post: #1
[F] [PMs] Icons [R] [C-Michael83]
When you assign an icon to a PM(Private Message), their set to valign="top" - which makes the row look un-aligned. I can post a screeny if needed. I think it can be fixed by removing valign="top" from the icon part of a pm row.

Elite-Area / Last.FM Profile / PSN Name: XDaciD / Minecraft Map Progress: Coming Soon!

[Staff note - No referral links]
Visit this user's website Find all posts by this user
02-15-2009, 03:07 PM
Post: #2
RE: [PMs] Icons
The same happens to me although I don't know if removing valign-"top" would work though.

[Image: Mmarzex.png]
Follow me on my blog Max Marze.com
"You can't just play music you have to feel it and live it.- A wise man once told me this.
Nunquam Redono
Visit this user's website Find all posts by this user
02-15-2009, 07:48 PM
Post: #3
RE: [PMs] Icons [R]
(02-15-2009 03:07 PM)Mmarzex Wrote:  The same happens to me although I don't know if removing valign-"top" would work though.
I'll look into what is causing it, and see if that'll fix it - which I think it should as that would be the only thing that would make it be up at the top like that.

Elite-Area / Last.FM Profile / PSN Name: XDaciD / Minecraft Map Progress: Coming Soon!

[Staff note - No referral links]
Visit this user's website Find all posts by this user
02-20-2009, 10:26 AM (This post was last modified: 02-20-2009 10:26 AM by x_Stricken_x.)
Post: #4
RE: [PMs] Icons [R]
Not sure what PHP needs to be changed, but here's the HTML fix..
Code:
<td align="center" class="trow2" width="1%"><img src="images/icons/lightbulb.gif" alt="Lightbulb" valign="middle" align="center" />&nbsp;</td>

Should be:
Code:
<td align="center" class="trow2" width="1%"><img src="images/icons/lightbulb.gif" alt="Lightbulb" />&nbsp;</td>

Elite-Area / Last.FM Profile / PSN Name: XDaciD / Minecraft Map Progress: Coming Soon!

[Staff note - No referral links]
Visit this user's website Find all posts by this user
02-21-2009, 06:36 AM
Post: #5
[F] [PMs] Icons [R]
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

With regards,
MyBB Group
Visit this user's website Find all posts by this user
02-28-2009, 07:59 PM (This post was last modified: 02-28-2009 08:00 PM by Imad Jomaa.)
Post: #6
RE: [F] [PMs] Icons [R]
The source code seems to be updated. However, the icon remains unaligned. Screenshot shown below:
   

Problem persists in the latest trunk & branch.

Hire Me
Clicktotweet.me
Find all posts by this user
02-28-2009, 08:03 PM
Post: #7
RE: [F] [PMs] Icons [R]
eh, not sure what to tell you. I removed the align="middle"
Visit this user's website Find all posts by this user
02-28-2009, 08:04 PM
Post: #8
RE: [F] [PMs] Icons [R]
Here's the solution:

this:
Code:
<td class="trow2" width="1%" align="center"><img src="images/icons/question.gif" alt="Question" valign="middle" align="center">&nbsp;</td>

Should be this:

Code:
<td class="trow2" width="1%" align="center"><img src="images/icons/question.gif" alt="Question" valign="middle" align="center"></td>

This was removed "&nbsp;" and the problem was fixed.

Hire Me
Clicktotweet.me
Find all posts by this user
02-28-2009, 08:38 PM
Post: #9
RE: [F] [PMs] Icons [R]
Hm the &nbsp; needs to be in there for those w/out an icon
Visit this user's website Find all posts by this user
02-28-2009, 08:42 PM
Post: #10
RE: [F] [PMs] Icons [R]
(02-28-2009 08:38 PM)Ryan Gordon Wrote:  Hm the &nbsp; needs to be in there for those w/out an icon

On the contrary, if you select no icon, this code appears instead:

Code:
<td class="trow2" width="1%" align="center"></td>

Hire Me
Clicktotweet.me
Find all posts by this user


Forum Jump:


User(s) browsing this thread: 2 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication