jeffc
-
Total Posts
:
2
-
Reward points
:
0
- Joined: Mar 04 '03
-
Status: offline
|
Moderator / Admin avatars
Tue. Mar 4, '03 3:55 PM
( permalink)
Hello Samuel, I' m the other administrator for HuntingNet.Com, along with Lance. My question is this: Is there a way to allow moderators and administrators to upload their own, or select from an exclusive set of avatars, while restricting regular users to the ones I supply? I must say I' m extremely impressed with the performance of this forum software. Thanks! Jeff Cook
|
|
|
|
Samuel
-
Total Posts
:
11850
-
Reward points
:
180550
- Joined: May 23 '01
-
Status: offline
|
RE: Moderator / Admin avatars
Tue. Mar 4, '03 5:47 PM
( permalink)
The avatar feature currently does not have such capability. However, you can disable the upload avatar for each member while only allowing admins and moderators to upload. You can do so by setting the column, allowsigpicture, to 0 for all users by running a SQL query: update pgd_members set allowsigpicture = 0, and then manually set the column to 1 for all admins and moderators. It is not hard but in order to update the value of the column for all members you need to use Query Analyzer. The admin control panel does have this feature but it requires you to set this value for your members one at a time.
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
jeffc
-
Total Posts
:
2
-
Reward points
:
0
- Joined: Mar 04 '03
-
Status: offline
|
RE: Moderator / Admin avatars
Tue. Mar 4, '03 6:32 PM
( permalink)
|
|
|
|