Sorry to post under wrong template but it's the same issue.
I'm using University and have same problem. The solution from a JomSocial dev was to upload GIF's into the directory the code is pointing, see here
http://www.jomsocial.com/forum/technical-issues/14286-karma-icons-missing#72031 but when viewing the direct URL of the missing image, if I change URL to .png vs. .gif it shows the image.
Can you please assist in me in locating the PHP or CSS file that calls the image(s) so I can modify the code to reference PNG's as intended?Actual image on server
karma-0.5-5.png
FIle site is showing
karma-0.5-5.gif.png
The Gavick University JomSocial theme uses this pathcomponents/com_community/templates/default/images/karma-0.5-5
.gifWhile the actual path should becomponents/com_community/templates/default/images/karma-0.5-5
.pngI thought the problem existed within JomSocial code, but updated from v 3.2.0.5 to JomSocial v3.2.1.4 and the problem still existed, so guessing this is in the University theme code.
Thank you in advance for your time.