Author |
Topic  |
|
MaGraham
Senior Member
   
USA
1297 Posts |
Posted - 15 January 2013 : 19:30:49
|
In checking everything out on the site in preparation for tomorrow's opening of the new part of the site, I've been logging in on different member's accounts. For some, the last poster's avatar displays fine. But for others, none of the last poster's avatars display.
Any ideas? Anyone?
|
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley |
Edited by - MaGraham on 15 January 2013 19:31:30 |
|
MaGraham
Senior Member
   
USA
1297 Posts |
Posted - 15 January 2013 : 20:18:42
|
Here is a link to my default.asp in txt format.
default.asp in txt format
|
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley |
Edited by - MaGraham on 16 January 2013 02:15:31 |
 |
|
GauravBhabu
Advanced Member
    
4288 Posts |
Posted - 15 January 2013 : 23:12:45
|
I have not used this MOD but it seems that it is due to the settings chosen by a member whether to show or not to show the Avatar |
 |
|
MaGraham
Senior Member
   
USA
1297 Posts |
Posted - 15 January 2013 : 23:25:25
|
quote: Originally posted by GauravBhabu
I have not used this MOD but it seems that it is due to the settings chosen by a member whether to show or not to show the Avatar
That used to be the case and probably still is for some. But after installing "Zuel's Avatar Addon MOD" here, members no longer have that option.
His mod allows members to upload their own avatars.
|
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley |
 |
|
GauravBhabu
Advanced Member
    
4288 Posts |
Posted - 15 January 2013 : 23:44:46
|
There is a code line at few places in the file where it looks for permission to display Avatar, so there must be a setting which is turned on or off somewhere. I will try to look for it.
**If Avatar pic name is noavatar.gif it won't display. |
Edited by - GauravBhabu on 16 January 2013 00:03:13 |
 |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 16 January 2013 : 01:24:18
|
I fixed that some time ago, there's at least one post here about it. Had to rewrite a few lines. I'll see if I can find it.
In your "inc_func_common.asp", there's a new function (viewavatar) which is derived from the "View_Avatar" value in the members' table. If that value does not equal 1, the member won't display avatars. If you want all members to display them, regardless of that value in the table, then you'll need to make a small change to "inc_header.asp".
Look for something like this:
if ViewAvatar(MemberID) <> "0" then
CanShowAvatar = 1
end if
Delete all of that and replace it with this:
CanShowAvatar=1
|
Edited by - Carefree on 16 January 2013 01:51:26 |
 |
|
MaGraham
Senior Member
   
USA
1297 Posts |
Posted - 16 January 2013 : 02:14:51
|
Carefree, that fixed it! Incredible! I thought the problem would be in my default.asp!
Thank you Soooo much!
How are you? Are you still in the hospital?
|
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley |
 |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 16 January 2013 : 07:53:56
|
Yeah, I'll be here for indefinite future. |
 |
|
|
Topic  |
|