Line 175:
" <a href=""JavaScript:openWindow3('/popups/pop_config_help.asp?mode=ranks#MaximumStars')"">" & getCurrentIcon(strIconSmileQuestion,"Maximum Stars","") & "</a></td>" & vbNewLine & _
Change to:
" <a href=""JavaScript:openWindow3('pop_config_help.asp?mode=ranks#MaximumStars')"">" & getCurrentIcon(strIconSmileQuestion,"Maximum Stars","") & "</a></td>" & vbNewLine & _
Line 186:
" <a href=""JavaScript:openWindow3('/popups/pop_config_help.asp?mode=ranks#Stars')"">" & getCurrentIcon(strIconSmileQuestion,"Stars For Administrators","") & "</a></td>" & vbNewLine & _
Change to:
" <a href=""JavaScript:openWindow3('pop_config_help.asp?mode=ranks#Stars')"">" & getCurrentIcon(strIconSmileQuestion,"Stars For Administrators","") & "</a></td>" & vbNewLine & _
Line 197:
" <a href=""JavaScript:openWindow3('/popups/pop_config_help.asp?mode=ranks#Stars')"">" & getCurrentIcon(strIconSmileQuestion,"Stars For Moderators","") & "</a></td>" & vbNewLine & _
Change to:
" <a href=""JavaScript:openWindow3('pop_config_help.asp?mode=ranks#Stars')"">" & getCurrentIcon(strIconSmileQuestion,"Stars For Moderators","") & "</a></td>" & vbNewLine & _
And your done.
Edit: Oops Rasco beat me....but there are the line numbers anyway.