Quote:
Originally Posted by findingpeace
Fixed (for anyone else curious) -
Open up functions_post_thanks.php
Find
And add a space to both of the first two instances. Should end up looking like this:
Code:
if ($cmpt<$number_rows)
{
$virg=", ";
}
else
{
$virg=" ";
}
You may need to remove extra if you originally added spaces via the post_thanks_box_bit template (like I did). This was hacky, and much better to do through the functions file. Usernames will break as expected now.
|
If you don't mine I will use your post and add it to the fix post and update the archive I have there ..
thanks for posting the find / fix and the help to keep this mod alive..
It is very much appreciated
( I think I can safely speak for everyone that still uses this great mod)