Quote:
Originally Posted by Biker_GA
Originally Posted by zefyx
When I enable Award Showcase in Member's List, it never shows & under Username: I see this
Code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/awards_memberlist.php on line 14
Any ideas?
You've made an error in one of your template edits. Triple check your modification and make sure you've put the edit exactly where the instructions tell you to place it. Also ensure you've typed the change exactly the way it's written in the instructions.
|
I have this same issue but only when i sort the awards Ascending (ASC). (When they are sorted by by Issue they show fine but I need to show them Ascendingly).
I have checked the template mod and it shows as follows:
<tr align="center">
<td class="alt1Active" align="$stylevar[left]" id="u$userinfo[userid]">
<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>
<if condition="$show['usertitlecol']"><div class="smallfont">$userinfo[usertitle]</div></if>
<!-- show awards -->
<if condition="$vbulletin->options['cat_yaas_display_memberlist']">
$memberListAwardsPHP
</if>
<!-- /show awards -->
</td>
<if condition="$show['emailcol'] AND exec_switch_bg()"><td class="$bgclass"><if condition="$show['emaillink']"><a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$userinfo[userid]" target="_blank" rel="nofollow"><img src="$stylevar[imgdir_button]/email.gif" alt="email.gif"
etc etc..
Any suggestions??
Thanks in advance