Rejected Threads - Restore / Complete Removal

Usually one does still know the message number, especially as it was a new thread. Look at

http://community.igniterealtime.org/recent-updates!moreContentResults.jspa?visib leTypes=102-1-18-800-38&start=0&numResults=25 for the highest thread number. The deleted message number should be around this value.

If this does not work then there is also the option to run this SQL query (not sure whether this works):

SELECT * FROM jiveApprovalWrkFlw WHERE rejected = ‘1’;

Also from the Jive SBS forum: “(for messages specifically the jiveThread/jiveMessage tables). They will be the entries with modValues < 0 (usually its around -9998 or something like that I believe).”

With the message number one can open the URL http://community.igniterealtime.org/message/1234567 and

  • delete the message and disable the user
  • report abuse, and then approve the message to restore it.