• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Abusive messages reporting - moderation feature in Jforum

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
i would like to know whether there is a feature in Jforum where users can "report" or "flag" posts as abusive if there are any posts. Also is there any feature where administrator can see these flagged posts and make a decision with these flagged messages.


Thanks,
GregJhonson
[originally posted on jforum.net by gregjhonson]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Unfortunately, there is no such feature built in.

However, using the templates it's not too hard to implement your own. The quick way is to just use a mail to link with the subject= parameter set to the offending link.. e.g.:



Another alternative is to have a custom "post" form for a common "abuse" forum that gets called by the "Report" link. This could be a servlet or Javascript based HTML only form that would pre-populate the form with the required info (passed via the URL parameters). The action and hidden fields of this form would be the same as the normal post to this forum form contains.


[originally posted on jforum.net by monroe]
 
Whose rules are you playing by? This tiny ad doesn't respect those rules:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic