How to Hide the Rating Row
-
I am asking for a VERY small fix that will help with Avatar upload – just put an ID in the rating row so we can hide it. In simple_local_avatars.php line 293 put something like this:
<tr id=”ratingrow”>That way, we can put this in CSS to hide it:
tr#ratingrow {display:none;}Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to Hide the Rating Row’ is closed to new replies.