If you're like me and you can't stand that "Write Comment( 0 Comments)" layout, here's a fix for that to make it grammatically correct :D.
In TPortal.template.php...
<div ' , ($news['is_last']=='theme' || $news['is_last']==false) ? 'class="windowbg"' : '' , ' style="padding: 6px;">', ($context['TPortal']['frontpage_limit_len']>0 && strlen($news['body'])>$context['TPortal']['frontpage_limit_len']) ? '<a href="' .$news['href']. '">'.$txt['tp-readmore'].'</a> ' : '' , ' ' , $news['icon']!='noicon' ? '<img src="'.$settings['images_url'].'/TPmodify.gif" alt="*" /> '.$news['new_comment'].'( <a href="' .$news['href']. '">'.$news['replies'].' '.$txt['tp-comments'].'</a>)' : '' ,'</div>
<div ' , ($news['is_last']=='theme' || $news['is_last']==false) ? 'class="windowbg"' : '' , ' style="padding: 6px;">', ($context['TPortal']['frontpage_limit_len']>0 && strlen($news['body'])>$context['TPortal']['frontpage_limit_len']) ? '<a href="' .$news['href']. '">'.$txt['tp-readmore'].'</a> ' : '' , ' ' , $news['icon']!='noicon' ? '<img src="'.$settings['images_url'].'/TPmodify.gif" alt="*" /> '.$news['new_comment'].' (<a href="' .$news['href']. '">'.$news['replies'].' '.$txt['tp-comments'].'</a>)' : '' ,'</div>
I like it the way it is...
Quote from: Xarcell on November 13, 2005, 07:37:01 PM
I like it the way it is...
Grammatically incorrect? Well, that's a first...
What can you say dtm.exe? Some of us are more anal.... haha! I know I am, at least sometimes. :)
I haven't tried it out..but what does it change?
Quote from: Bloc on November 14, 2005, 01:21:16 PM
I haven't tried it out..but what does it change?
Bloc, it changes "Write Comment( 0 Comments)" to "Write Comment (0 Comments)".
Quote from: IchBinâââ,¬Å¾Ã,¢ on November 14, 2005, 06:48:01 AM
What can you say dtm.exe? Some of us are more anal.... haha! I know I am, at least sometimes. :)
Heh, what can I say?ÂÃ, :P
ah, ok. A wrong space there. I will correct it.
Lol, I didn't even really notice that. Shame on me...
Quote from: Xarcell on November 16, 2005, 10:34:56 PM
Lol, I didn't even really notice that. Shame on me...
I'm a grammar freak, that's why I noticed :P.