Quote:
Originally Posted by RedTurtle
Another question I have for anyone willing to help:
How can I include a space after the comma that shows up when multiple users thank someone's post?
Right now it looks like this:
user1,user2,user3
I would like it to look like this:
user1, user2, user3
Could any of you code wizards help me out please? Thank you!
|
post_thanks_box_bit
try adding a
after
Code:
;({vb:raw date_thank}
or 2 if you need more space
if you don't have the date turned on add it after
Code:
<a href="member.php?{vb:raw session.sessionurl}u={vb:raw thank.userid}" rel="nofollow">{vb:raw thank.username}</a><