shanejeffery86
Download version
2.0.0 or my
2.0.1 (fixed some translation strings).
Open that file in Notepad and look for lines (separately):
Code:
$regtoday .= "$today[opentag]$today[username] ($today[posts] $vbphrase[posts])$today[closetag]</a>*, ";
$regtoday .= "$today[opentag]$today[username] ($today[posts] $vbphrase[posts])$today[closetag]</a>, ";
$regtoday .= "$today[opentag]$today[username] $today[closetag]</a>*, ";
$regtoday .= "$today[opentag]$today[username] $today[closetag]</a>, ";
Do you see this one at the end of EACH line:
, ";
There is a space before
".
Remove those 4 (four) spaces, save file and reupload the product with overwrite option.