Quote:
Originally Posted by Amaury25
Sorry, didn't notice your reply until now.
I probably should have specified. I was referring to the Issue Time in the Admin CP and Medals tab on profiles. There are no commas there.
<snip>
EDIT: I got it fixed under the Medals tab on profiles by going into the awards_userawards_bit template and changing this:
Code:
<i>{vb:rawphrase award_time}: {vb:raw award_issue_date} {vb:raw award_issue_time}</i>
...to this:
Code:
<i>{vb:rawphrase award_time}: {vb:raw award_issue_date}, {vb:raw award_issue_time}</i>
|
OK I officially need more sleep, I was seeing the comma in the date and thinking that was what you were talking about.
Quote:
Originally Posted by Capt C Ray
I just installed the latest version of your mod. Running 4.2. Do not see the 'Award System' tab in my a ACP panel. What did I miss?
figured it out. Still new at this. your install instructions say to upload the /upload directory to my forum root. When in reality, I needed to upload the [B]contents[B] of the /upload directory to my root forum. problem solved.
|
So it does, something else to be fixed.