How about a switchable feature to ignore PM's from certain users? Maybe even posts?
Aug 30, 2002, 6:25 AM
Enthusiast (648 posts)
Aug 30, 2002, 6:25 AM
Post #4 of 20
Views: 6328
Paul,
Can't you add it as an attachment to this post for some of us to try it out ? BTW is it shareware ?
John
Significant Media
Can't you add it as an attachment to this post for some of us to try it out ? BTW is it shareware ?
John
Significant Media
Aug 30, 2002, 12:30 PM
User (225 posts)
Aug 30, 2002, 12:30 PM
Post #8 of 20
Views: 6273
That doesn't include the "ignore user" feature, just the karma aspect. Do you have a copy of the "ignore user" plugin?
Realiiity.com Forums
Realiiity.com Forums
Aug 31, 2002, 3:34 AM
Enthusiast (648 posts)
Aug 31, 2002, 3:34 AM
Post #9 of 20
Views: 6281
Hi Paul,
I had a look at the KarmaPolice.pm file and I'm fully sure how it works but I couldn't really figure out where the blocking of PMs was implemented.
However it looks like a great feature you've brought to Gossamer Forum, thanks for your time on this one.
John
Significant Media
I had a look at the KarmaPolice.pm file and I'm fully sure how it works but I couldn't really figure out where the blocking of PMs was implemented.
However it looks like a great feature you've brought to Gossamer Forum, thanks for your time on this one.
John
Significant Media
Aug 31, 2002, 10:51 AM
User (225 posts)
Aug 31, 2002, 10:51 AM
Post #12 of 20
Views: 6283
I wasn't talking about PMs :) Awhile back you'd said you had a plugin to let people choose users in their profile to ignore all of their posts. Has this fallen by the wayside?
Realiiity.com Forums
Realiiity.com Forums
Sep 1, 2002, 4:19 AM
Enthusiast (648 posts)
Sep 1, 2002, 4:19 AM
Post #19 of 20
Views: 6203
Paul,
so that your talents can be appreciated over here in France (and maybe other French speaking countries this is the code that you would need to add in your .pm file) :
Pour installer correctement ce plug-in veuillez ajouter le code html ci-après dans la template user_profile_basic.html:
<tr>
<td align=right valign=top>
<%body_font%>
Bloquer les messages de ces utilisateurs:<br>
<small>(un utilisateur par ligne)</small>
<%/body_font%>
</td>
<td>
<textarea name=block_pm class=button cols="<%user_cols%>" rows="<%user_rows%>" wrap=soft><%if block_pm%><%block_pm%><%endif%></textarea>
</td>
</tr>
John
PS : I'll look at Karma one soon for the FR wording
Significant Media
so that your talents can be appreciated over here in France (and maybe other French speaking countries this is the code that you would need to add in your .pm file) :
Pour installer correctement ce plug-in veuillez ajouter le code html ci-après dans la template user_profile_basic.html:
<tr>
<td align=right valign=top>
<%body_font%>
Bloquer les messages de ces utilisateurs:<br>
<small>(un utilisateur par ligne)</small>
<%/body_font%>
</td>
<td>
<textarea name=block_pm class=button cols="<%user_cols%>" rows="<%user_rows%>" wrap=soft><%if block_pm%><%block_pm%><%endif%></textarea>
</td>
</tr>
John
PS : I'll look at Karma one soon for the FR wording
Significant Media