Quote:
Originally Posted by IdanB
I see.
Well few things:
1. minor: align to left, it's minor issue - will be fixed on next rev.
2. i see it detects avatar & nicks correctly, with exceptions of 2 users. Can you please paste their nicks, so i'll see what chars the regexp not catching. Is it English / Arab chars ?
3. As to the "Post Time: N/A" is it using non mm-dd-yyyy format on forum ? non english numbers ?
Any chance you can paste the html as seen on your forum, while mod is disabled ? (specific the html block inside the last post cell)
i want to match the regular expression in mod to ones you have, and understand what's different between what you have & what i have in mine.
|
2. no it is Turkish chars.
3. Im using
tr_TR on
Linux with
%d %B %Y format on my forum
here is the html block inside the last post cell while mod is disabled.
HTML Code:
<td class="alt2" width="36%">
<div class="smallfont" align="left">
<div>
<span style="white-space:nowrap">
<img class="inlineimg" src="http://www.vbulletin-turkey.com/forum/images/icons/document.png" alt="" border="0" />
<a href="showthread.php?goto=newpost&t=4240" style="white-space:nowrap" title=" 'Css dosyası' Konusundaki birinci okunmamış Mesaja git"><strong>Css dosyası</strong></a></span>
</div>
<div style="white-space:nowrap; float:left">
G?nderen: <a href="member.php?find=lastposter&f=9" rel="nofollow">Hasann</a>
</div>
<div align="right" style="white-space:nowrap">
29 Mayıs 2009 <span class="time">17:26</span>
<a href="showthread.php?p=30473#post30473"><img class="inlineimg" src="images/turkce/buttons/lastpost.gif" alt="son yazılan Mesajı g?ster" border="0" /></a>
</div>
</div>
</td>