Print Page | Close Window

Minor bug concerning view_groups.asp

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=1931
Printed Date: 31 March 2026 at 3:10am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Minor bug concerning view_groups.asp
Posted By: genmud
Subject: Minor bug concerning view_groups.asp
Date Posted: 19 April 2003 at 4:31pm

I was having problems with the images showing up in the view_groups.asp page(the one where you can define custom star ratings) where the images wouldn't show up... I fixed this with a minor change to the coding.

the problem children are highlighted in red
Just add the thing highlighted in blue

original:
line 191 of admin/view_groups.asp
<td bgcolor="#FFFFFF" class="text"><img src="<% If strCustomStars <> "" Then Response.Write(strCustomStars) Else Response.Write("images/" & intStars & "_star_rating.gif") %>" alt="<% = intStars %> stars"></td>

modified:
<td bgcolor="#FFFFFF" class="text"><img src="<% If strCustomStars <> "" Then Response.Write("../" & strCustomStars) Else Response.Write("images/" & intStars & "_star_rating.gif") %>" alt="<% = intStars %> stars"></td>




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net