View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000087 | XMB1 | Bugs | public | 2008-07-30 10:32 | 2008-08-07 10:47 |
Reporter | v0xel | Assigned To | miqrogroove | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.9.10 | ||||
Target Version | 1.9.11 | Fixed in Version | 1.9.11 | ||
Summary | 0000087: Icons for profile, website, find and u2u in viewthread_post template should have titles in them | ||||
Description | This is good for themes without text in those icons, and can't hurt otherwise. I've attached a patch against 1.9.10 templates.xmb file. I've used the same text that can be found in alt="" tags. | ||||
Tags | No tags attached. | ||||
MySQL Version | |||||
PHP Version | |||||
Web Server | |||||
Browser | |||||
Flags | |||||
Original Reporter | |||||
SVN Revision | 1211 | ||||
child of | 0000056 | closed | miqrogroove | Search Engine Optimization |
2008-07-30 10:32
|
image_titles.patch (4,668 bytes)
--- templates.xmb.old 2008-06-05 16:11:16.000000000 +0200 +++ templates.xmb 2008-07-30 17:23:30.000000000 +0200 @@ -4682,34 +4682,34 @@ $post[author] $lang[textattachedimg]<br <br /> |#*XMB TEMPLATE FILE*#|viewthread_post_edit|#*XMB TEMPLATE*#| -<a href="post.php?action=edit&fid=$fid&tid=$tid&pid=$post[pid]"><img src="$imgdir/edit.gif" border="0" alt="$lang[alteditpost]" /></a> +<a href="post.php?action=edit&fid=$fid&tid=$tid&pid=$post[pid]"><img src="$imgdir/edit.gif" border="0" alt="$lang[alteditpost]" title="$lang[alteditpost]" /></a> |#*XMB TEMPLATE FILE*#|viewthread_post_email|#*XMB TEMPLATE*#| -<a href="mailto:$post[email]"><img src="$imgdir/email.gif" border="0" alt="$lang[altemailuser]" /></a> +<a href="mailto:$post[email]"><img src="$imgdir/email.gif" border="0" alt="$lang[altemailuser]" title="$lang[altemailuser]"/></a> |#*XMB TEMPLATE FILE*#|viewthread_post_icq|#*XMB TEMPLATE*#| <a href="http://people.icq.com/people/about_me.php?uin=$post[icq]" target="_blank"><img src="$imgdir/icq.gif" alt="" border="0" /></a> |#*XMB TEMPLATE FILE*#|viewthread_post_ip|#*XMB TEMPLATE*#| -<a href="topicadmin.php?action=getip&fid=$fid&tid=$tid&pid=$post[pid]"><img src="$imgdir/ip.gif" border="0" alt="$lang[altgetip]" /></a> +<a href="topicadmin.php?action=getip&fid=$fid&tid=$tid&pid=$post[pid]"><img src="$imgdir/ip.gif" border="0" alt="$lang[altgetip]" title="$lang[altgetip]"/></a> |#*XMB TEMPLATE FILE*#|viewthread_post_msn|#*XMB TEMPLATE*#| -<a href="http://members.msn.com/$post[msn]" target="_blank"><img src="$imgdir/msn.gif" border="0" alt="$lang[altmsnyes]" /></a> +<a href="http://members.msn.com/$post[msn]" target="_blank"><img src="$imgdir/msn.gif" border="0" alt="$lang[altmsnyes]" title="$lang[altmsnyes]" /></a> |#*XMB TEMPLATE FILE*#|viewthread_post_nosig|#*XMB TEMPLATE*#| </font> |#*XMB TEMPLATE FILE*#|viewthread_post_profile|#*XMB TEMPLATE*#| -<a href="member.php?action=viewpro&member=$encodename"><img src="$imgdir/profile.gif" border="0" alt="$lang[altviewprofile]" /></a> +<a href="member.php?action=viewpro&member=$encodename"><img src="$imgdir/profile.gif" border="0" alt="$lang[altviewprofile]" title="$lang[altviewprofile]"/></a> |#*XMB TEMPLATE FILE*#|viewthread_post_report|#*XMB TEMPLATE*#| -<a href="vtmisc.php?action=report&fid=$fid&tid=$tid&pid=$post[pid]"><img src="$imgdir/report.gif" border="0" alt="$lang[altreportpost]" /></a> +<a href="vtmisc.php?action=report&fid=$fid&tid=$tid&pid=$post[pid]"><img src="$imgdir/report.gif" border="0" alt="$lang[altreportpost]" title="$lang[altreportpost]"/></a> |#*XMB TEMPLATE FILE*#|viewthread_post_repquote|#*XMB TEMPLATE*#| -<a href="post.php?action=reply&fid=$fid&tid=$tid&repquote=$post[pid]"><img src="$imgdir/quote.gif" border="0" alt="$lang[altquote]" /></a> +<a href="post.php?action=reply&fid=$fid&tid=$tid&repquote=$post[pid]"><img src="$imgdir/quote.gif" border="0" alt="$lang[altquote]" title="$lang[altquote]"/></a> |#*XMB TEMPLATE FILE*#|viewthread_post_search|#*XMB TEMPLATE*#| -<a href="misc.php?action=search&srchuname=$encodename&searchsubmit=a&srchfid=all&srchfrom=0"><img src="$imgdir/find.gif" border="0" alt="$lang[altfindposts]" /></a> +<a href="misc.php?action=search&srchuname=$encodename&searchsubmit=a&srchfid=all&srchfrom=0"><img src="$imgdir/find.gif" border="0" alt="$lang[altfindposts]" title="$lang[altfindposts]"/></a> |#*XMB TEMPLATE FILE*#|viewthread_post_sig|#*XMB TEMPLATE*#| </font> @@ -4720,10 +4720,10 @@ $post[author] $lang[textattachedimg]<br <div class="sig">$post[sig]</div> |#*XMB TEMPLATE FILE*#|viewthread_post_site|#*XMB TEMPLATE*#| -<a href="$post[site]" target="_blank"><img src="$imgdir/site.gif" border="0" alt="$lang[altvisitsite]" /></a> +<a href="$post[site]" target="_blank"><img src="$imgdir/site.gif" border="0" alt="$lang[altvisitsite]" title="$lang[altvisitsite]"/></a> |#*XMB TEMPLATE FILE*#|viewthread_post_u2u|#*XMB TEMPLATE*#| -<a href="u2u.php?action=send&username=$encodename" onclick="Popup(this.href, 'Window', 700, 500); return false;"><img src="$imgdir/u2u.gif" border="0" alt="{$lang['altu2umember']}" /></a> +<a href="u2u.php?action=send&username=$encodename" onclick="Popup(this.href, 'Window', 700, 500); return false;"><img src="$imgdir/u2u.gif" border="0" alt="{$lang['altu2umember']}" title="{$lang['altu2umember']}"/></a> |#*XMB TEMPLATE FILE*#|viewthread_post_yahoo|#*XMB TEMPLATE*#| <a href="http://profiles.yahoo.com/$post[yahoo]" target="_blank"><img src="$imgdir/yahoo.gif" alt="" border="0" /></a> |
|
Is it okay if we move it into the A elements instead of the IMG elements? |
|
Sure, as long as it shows up. |
|
Good, I think that's better. We are assigning a description of the link, not the image necessarily. That's what ALT is for anyway. Remember the website and email buttons can also appear in the list of members. Are you able to write a patch that would also do this for the Back To (site url), #bottom, and #top links that appear on every page? Also, the lastpost links that appear on the index and forumdisplay pages need this. There are some other links that show up in viewthread that are not as critical, but we could think about how much consistency we need. Those are the new thread, new poll, reply, edit, quote, report, and IP buttons. |
|
I'm working on it. Will have it ready within the next couple of days. |
2008-08-06 05:27
|
link_titles.patch (13,909 bytes)
--- templates.xmb.old 2008-08-02 04:55:49.000000000 +0200 +++ templates.xmb 2008-08-06 12:23:25.000000000 +0200 @@ -1284,7 +1284,7 @@ $lang[bestmember] <tr> <td class="nav" style="padding-bottom: 1px" bgcolor="$altbg2"> <a href="index.php">$bbname</a>$navigation</td> <td class="tablerow" align="right" bgcolor="$altbg2">$quickjump </td> -<td align="right" bgcolor="$altbg2" width="2%"><a href="#top"><img src="$imgdir/arrow_up.gif" style="margin-right: 3px" border="0" alt="$lang[gototop]" /></a></td> +<td align="right" bgcolor="$altbg2" width="2%"><a href="#top" title="$lang[gototop]"><img src="$imgdir/arrow_up.gif" style="margin-right: 3px" border="0" alt="$lang[gototop]" /></a></td> </tr> </table> </td> @@ -1471,10 +1471,10 @@ $multipage </tr> |#*XMB TEMPLATE FILE*#|forumdisplay_newpoll|#*XMB TEMPLATE*#| -<a href="post.php?action=newthread&fid=$fid&poll=yes"><img src="$imgdir/poll.gif" border="0" alt="$lang[textnewpoll]" /></a> +<a href="post.php?action=newthread&fid=$fid&poll=yes" title="$lang[textnewpoll]"><img src="$imgdir/poll.gif" border="0" alt="$lang[textnewpoll]" /></a> |#*XMB TEMPLATE FILE*#|forumdisplay_newtopic|#*XMB TEMPLATE*#| -<a href="post.php?action=newthread&fid=$fid"><img src="$imgdir/newtopic.gif" border="0" alt="$lang[altpostnewthread]" /></a> +<a href="post.php?action=newthread&fid=$fid" title="$lang[altpostnewthread]"><img src="$imgdir/newtopic.gif" border="0" alt="$lang[altpostnewthread]" /></a> |#*XMB TEMPLATE FILE*#|forumdisplay_nothreads|#*XMB TEMPLATE*#| <tr class="tablerow"> @@ -1562,7 +1562,7 @@ $forumlist <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr align="right"> <td bgcolor="$altbg1" class="rghttablerow" nowrap="nowrap"><font class="smalltxt">$lastpost</font></td> -<td bgcolor="$altbg1" class="rghttablerow" nowrap="nowrap"> <a href="viewthread.php?goto=lastpost&fid=$forum[fid]"><img src="$imgdir/lastpost.gif" border="0" alt="$lang[altlastpost]" /></a></td> +<td bgcolor="$altbg1" class="rghttablerow" nowrap="nowrap"> <a href="viewthread.php?goto=lastpost&fid=$forum[fid]" title="$lang[altlastpost]"><img src="$imgdir/lastpost.gif" border="0" alt="$lang[altlastpost]" /></a></td> </tr> </table> @@ -1602,7 +1602,7 @@ $forumlist <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr align="right"> <td bgcolor="$altbg2" class="rghttablerow" nowrap="nowrap"><font class="smalltxt">$lastpost</font></td> -<td bgcolor="$altbg2" class="rghttablerow" nowrap="nowrap"> <a href="viewthread.php?goto=lastpost&tid=$thread[tid]"><img src="$imgdir/lastpost.gif" border="0" alt="$lang[altlastpost]" /></a></td> +<td bgcolor="$altbg2" class="rghttablerow" nowrap="nowrap"> <a href="viewthread.php?goto=lastpost&tid=$thread[tid]" title="$lang[altlastpost]"><img src="$imgdir/lastpost.gif" border="0" alt="$lang[altlastpost]" /></a></td> </tr> </table> @@ -1703,16 +1703,16 @@ var messageElement; </select> $spelling_lang <br /> -<a href="javascript:bold()" accesskey="b"><img src="$imgdir/bb_bold.gif" border="0" width="23" height="22" alt="$lang[cb_insert_bold]" /></a> -<a href="javascript:italicize()" accesskey="i"><img src="$imgdir/bb_italicize.gif" border="0" width="23" height="22" alt="$lang[cb_insert_italics]" /></a> -<a href="javascript:underline()" accesskey="u"><img src="$imgdir/bb_underline.gif" border="0" width="23" height="22" alt="$lang[cb_insert_underlined]" /></a> -<a href="javascript:center()"><img src="$imgdir/bb_center.gif" border="0" width="23" height="22" alt="$lang[cb_insert_centered]" /></a> -<a href="javascript:hyperlink()"><img src="$imgdir/bb_url.gif" border="0" width="23" height="22" alt="$lang[cb_insert_hyperlink]" /></a> -<a href="javascript:email()"><img src="$imgdir/bb_email.gif" border="0" width="23" height="22" alt="$lang[cb_insert_email]" /></a> -<a href="javascript:image()"><img src="$imgdir/bb_image.gif" border="0" width="23" height="22" alt="$lang[cb_insert_image]" /></a> -<a href="javascript:code()"><img src="$imgdir/bb_code.gif" border="0" width="23" height="22" alt="$lang[cb_insert_code]" /></a> -<a href="javascript:quote()"><img src="$imgdir/bb_quote.gif" border="0" width="23" height="22" alt="$lang[cb_insert_quote]" /></a> -<a href="javascript:list()"><img src="$imgdir/bb_list.gif" border="0" width="23" height="22" alt="$lang[cb_insert_list]" /></a></td> +<a href="javascript:bold()" accesskey="b" title="$lang[cb_insert_bold]"><img src="$imgdir/bb_bold.gif" border="0" width="23" height="22" alt="$lang[cb_insert_bold]" /></a> +<a href="javascript:italicize()" accesskey="i" title="$lang[cb_insert_italics]"><img src="$imgdir/bb_italicize.gif" border="0" width="23" height="22" alt="$lang[cb_insert_italics]" /></a> +<a href="javascript:underline()" accesskey="u" title="$lang[cb_insert_underlined]"><img src="$imgdir/bb_underline.gif" border="0" width="23" height="22" alt="$lang[cb_insert_underlined]" /></a> +<a href="javascript:center()" title="lang[cb_insert_centered]" ><img src="$imgdir/bb_center.gif" border="0" width="23" height="22" alt="$lang[cb_insert_centered]" /></a> +<a href="javascript:hyperlink()" title="$lang[cb_insert_hyperlink]" ><img src="$imgdir/bb_url.gif" border="0" width="23" height="22" alt="$lang[cb_insert_hyperlink]" /></a> +<a href="javascript:email()" title="$lang[cb_insert_email]" ><img src="$imgdir/bb_email.gif" border="0" width="23" height="22" alt="$lang[cb_insert_email]" /></a> +<a href="javascript:image()" title="$lang[cb_insert_image]" ><img src="$imgdir/bb_image.gif" border="0" width="23" height="22" alt="$lang[cb_insert_image]" /></a> +<a href="javascript:code()" title="$lang[cb_insert_code]" ><img src="$imgdir/bb_code.gif" border="0" width="23" height="22" alt="$lang[cb_insert_code]" /></a> +<a href="javascript:quote()" title="$lang[cb_insert_quote]" ><img src="$imgdir/bb_quote.gif" border="0" width="23" height="22" alt="$lang[cb_insert_quote]" /></a> +<a href="javascript:list()" title="$lang[cb_insert_list]" ><img src="$imgdir/bb_list.gif" border="0" width="23" height="22" alt="$lang[cb_insert_list]" /></a></td> </tr> |#*XMB TEMPLATE FILE*#|functions_smilieinsert|#*XMB TEMPLATE*#| @@ -1762,7 +1762,7 @@ $bbcodescript <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td class="navtd"><font class="navtd">$links $pluglink</font></td> -<td align="right"><a href="$siteurl"><font class="navtd">$lang[backto] <img src="$imgdir/top_home.gif" border="0" alt="$sitename" /></font></a></td> +<td align="right"><a href="$siteurl" title="$lang[backto] $sitename"><font class="navtd">$lang[backto] <img src="$imgdir/top_home.gif" border="0" alt="$sitename" /></font></a></td> </tr> </table> </td> @@ -1777,7 +1777,7 @@ $bbcodescript <tr> <td class="nav"> <a href="index.php">$bbname</a> $navigation</td> <td align="right">$quickjump</td> -<td align="right" width="1"><a href="#bottom"><img src="$imgdir/arrow_dw.gif" border="0" alt="$lang[gotobottom]" /></a></td> +<td align="right" width="1"><a href="#bottom" title="$lang[gotobottom]"><img src="$imgdir/arrow_dw.gif" border="0" alt="$lang[gotobottom]" /></a></td> </tr> </table> </td> @@ -1839,7 +1839,7 @@ $statsbar <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr class="rghttablerow"> <td bgcolor="$altbg1" nowrap="nowrap"><font class="smalltxt">$lastpost</font></td> -<td bgcolor="$altbg1" nowrap="nowrap"> <a href="./viewthread.php?goto=lastpost&fid=$forum[fid]"><img src="$imgdir/lastpost.gif" border="0" alt="$lang[altlastpost]" /></a></td> +<td bgcolor="$altbg1" nowrap="nowrap"> <a href="./viewthread.php?goto=lastpost&fid=$forum[fid]" title="$lang[altlastpost]"><img src="$imgdir/lastpost.gif" border="0" alt="$lang[altlastpost]" /></a></td> </tr> </table> @@ -3757,7 +3757,7 @@ $multipage <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr class="tablerow" align="right"> <td bgcolor="$altbg2" nowrap="nowrap"><font size="1" face="verdana">$lastpost</font></td> -<td bgcolor="$altbg2" nowrap="nowrap"> <a href="viewthread.php?goto=lastpost&tid=$thread[tid]"><img src="$imgdir/lastpost.gif" border="0" alt="$lang[altlastpost]" /></a></td> +<td bgcolor="$altbg2" nowrap="nowrap"> <a href="viewthread.php?goto=lastpost&tid=$thread[tid]" title="$lang[altlastpost]"><img src="$imgdir/lastpost.gif" border="0" alt="$lang[altlastpost]" /></a></td> </tr> </table> </td> @@ -4559,10 +4559,10 @@ $quickreply </tr> |#*XMB TEMPLATE FILE*#|viewthread_newpoll|#*XMB TEMPLATE*#| -<a href="post.php?action=newthread&fid=$fid&poll=yes"><img src="$imgdir/poll.gif" border="0" alt="$lang[textpoll]" /></a> +<a href="post.php?action=newthread&fid=$fid&poll=yes" title="$lang[textpoll]"><img src="$imgdir/poll.gif" border="0" alt="$lang[textpoll]" /></a> |#*XMB TEMPLATE FILE*#|viewthread_newtopic|#*XMB TEMPLATE*#| -<a href="post.php?action=newthread&fid=$fid"><img src="$imgdir/newtopic.gif" border="0" alt="$lang[altpostnewthread]" /></a> +<a href="post.php?action=newthread&fid=$fid" title="$lang[altpostnewthread]"><img src="$imgdir/newtopic.gif" border="0" alt="$lang[altpostnewthread]" /></a> |#*XMB TEMPLATE FILE*#|viewthread_poll|#*XMB TEMPLATE*#| <form method="post" name="poll" action="vtmisc.php?action=votepoll&fid=$fid&tid=$tid"> @@ -4681,34 +4681,34 @@ $post[author] $lang[textattachedimg]<br <br /> |#*XMB TEMPLATE FILE*#|viewthread_post_edit|#*XMB TEMPLATE*#| -<a href="post.php?action=edit&fid=$fid&tid=$tid&pid=$post[pid]"><img src="$imgdir/edit.gif" border="0" alt="$lang[alteditpost]" /></a> +<a href="post.php?action=edit&fid=$fid&tid=$tid&pid=$post[pid]" title="$lang[alteditpost]"><img src="$imgdir/edit.gif" border="0" alt="$lang[alteditpost]" /></a> |#*XMB TEMPLATE FILE*#|viewthread_post_email|#*XMB TEMPLATE*#| -<a href="mailto:$post[email]"><img src="$imgdir/email.gif" border="0" alt="$lang[altemailuser]" /></a> +<a href="mailto:$post[email]" title="$lang[altemailuser]"><img src="$imgdir/email.gif" border="0" alt="$lang[altemailuser]" /></a> |#*XMB TEMPLATE FILE*#|viewthread_post_icq|#*XMB TEMPLATE*#| <a href="http://people.icq.com/people/about_me.php?uin=$post[icq]" target="_blank"><img src="$imgdir/icq.gif" alt="" border="0" /></a> |#*XMB TEMPLATE FILE*#|viewthread_post_ip|#*XMB TEMPLATE*#| -<a href="topicadmin.php?action=getip&fid=$fid&tid=$tid&pid=$post[pid]"><img src="$imgdir/ip.gif" border="0" alt="$lang[altgetip]" /></a> +<a href="topicadmin.php?action=getip&fid=$fid&tid=$tid&pid=$post[pid]" title="$lang[altgetip]"><img src="$imgdir/ip.gif" border="0" alt="$lang[altgetip]" /></a> |#*XMB TEMPLATE FILE*#|viewthread_post_msn|#*XMB TEMPLATE*#| -<a href="http://members.msn.com/$post[msn]" target="_blank"><img src="$imgdir/msn.gif" border="0" alt="$lang[altmsnyes]" /></a> +<a href="http://members.msn.com/$post[msn]" target="_blank" title="$lang[altmsnyes]"><img src="$imgdir/msn.gif" border="0" alt="$lang[altmsnyes]" /></a> |#*XMB TEMPLATE FILE*#|viewthread_post_nosig|#*XMB TEMPLATE*#| </font> |#*XMB TEMPLATE FILE*#|viewthread_post_profile|#*XMB TEMPLATE*#| -<a href="member.php?action=viewpro&member=$encodename"><img src="$imgdir/profile.gif" border="0" alt="$lang[altviewprofile]" /></a> +<a href="member.php?action=viewpro&member=$encodename" title="$lang[altviewprofile]"><img src="$imgdir/profile.gif" border="0" alt="$lang[altviewprofile]" /></a> |#*XMB TEMPLATE FILE*#|viewthread_post_report|#*XMB TEMPLATE*#| -<a href="vtmisc.php?action=report&fid=$fid&tid=$tid&pid=$post[pid]"><img src="$imgdir/report.gif" border="0" alt="$lang[altreportpost]" /></a> +<a href="vtmisc.php?action=report&fid=$fid&tid=$tid&pid=$post[pid]" title="$lang[altreportpost]"><img src="$imgdir/report.gif" border="0" alt="$lang[altreportpost]" /></a> |#*XMB TEMPLATE FILE*#|viewthread_post_repquote|#*XMB TEMPLATE*#| -<a href="post.php?action=reply&fid=$fid&tid=$tid&repquote=$post[pid]"><img src="$imgdir/quote.gif" border="0" alt="$lang[altquote]" /></a> +<a href="post.php?action=reply&fid=$fid&tid=$tid&repquote=$post[pid]" title="$lang[altquote]"><img src="$imgdir/quote.gif" border="0" alt="$lang[altquote]" /></a> |#*XMB TEMPLATE FILE*#|viewthread_post_search|#*XMB TEMPLATE*#| -<a href="misc.php?action=search&srchuname=$encodename&searchsubmit=a&srchfid=all&srchfrom=0"><img src="$imgdir/find.gif" border="0" alt="$lang[altfindposts]" /></a> +<a href="misc.php?action=search&srchuname=$encodename&searchsubmit=a&srchfid=all&srchfrom=0" title="$lang[altfindposts]"><img src="$imgdir/find.gif" border="0" alt="$lang[altfindposts]" /></a> |#*XMB TEMPLATE FILE*#|viewthread_post_sig|#*XMB TEMPLATE*#| </font> @@ -4719,10 +4719,10 @@ $post[author] $lang[textattachedimg]<br <div class="sig">$post[sig]</div> |#*XMB TEMPLATE FILE*#|viewthread_post_site|#*XMB TEMPLATE*#| -<a href="$post[site]" target="_blank"><img src="$imgdir/site.gif" border="0" alt="$lang[altvisitsite]" /></a> +<a href="$post[site]" target="_blank" title="$lang[altvisitsite]"><img src="$imgdir/site.gif" border="0" alt="$lang[altvisitsite]" /></a> |#*XMB TEMPLATE FILE*#|viewthread_post_u2u|#*XMB TEMPLATE*#| -<a href="u2u.php?action=send&username=$encodename" onclick="Popup(this.href, 'Window', 700, 500); return false;"><img src="$imgdir/u2u.gif" border="0" alt="{$lang['altu2umember']}" /></a> +<a href="u2u.php?action=send&username=$encodename" onclick="Popup(this.href, 'Window', 700, 500); return false;" title="{$lang['altu2umember']}"><img src="$imgdir/u2u.gif" border="0" alt="{$lang['altu2umember']}" /></a> |#*XMB TEMPLATE FILE*#|viewthread_post_yahoo|#*XMB TEMPLATE*#| <a href="http://profiles.yahoo.com/$post[yahoo]" target="_blank"><img src="$imgdir/yahoo.gif" alt="" border="0" /></a> |
|
I've attached a patch against current temlates.xmb |
|
Awesome work v0xel :) I applied your diffs with just a few changes. Let me know if you'd like to tackle other stuff here. We are working to figure out wtf with SVN being private and should have that straightened out in a few days. |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-07-30 10:32 | v0xel | New Issue | |
2008-07-30 10:32 | v0xel | File Added: image_titles.patch | |
2008-07-30 14:37 | miqrogroove | Note Added: 0000002 | |
2008-07-30 14:37 | miqrogroove | Status | new => acknowledged |
2008-07-30 14:37 | miqrogroove | Projection | none => tweak |
2008-07-30 14:37 | miqrogroove | Target Version | => 1.9.11 |
2008-07-31 02:34 | v0xel | Note Added: 0000003 | |
2008-07-31 12:48 | miqrogroove | Note Added: 0000004 | |
2008-07-31 12:49 | miqrogroove | Relationship added | child of 0000056 |
2008-08-04 17:06 | v0xel | Note Added: 0000015 | |
2008-08-06 05:27 | v0xel | File Added: link_titles.patch | |
2008-08-06 05:27 | v0xel | Note Added: 0000020 | |
2008-08-06 12:30 | miqrogroove | SVN Revision | => 1211 |
2008-08-06 12:30 | miqrogroove | Note Added: 0000021 | |
2008-08-06 12:30 | miqrogroove | Status | acknowledged => resolved |
2008-08-06 12:30 | miqrogroove | Fixed in Version | => 1.9.11 |
2008-08-06 12:30 | miqrogroove | Resolution | open => fixed |
2008-08-06 12:30 | miqrogroove | Assigned To | => miqrogroove |
2008-08-07 10:47 | miqrogroove | Status | resolved => closed |