Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Report Comment

edited June 2009 in Vanilla 1.0 Help
Report Comment

Comments

  • Installed this addon as figured it would be quite useful, but instantly killed my 1.1.8 install. Had to manually remove it.

    Have a number of other mods installed, so may be a conflict, but do not have the time to investigate further at this point..
  • OK, I developed and tested on a clean 1.1.8 install so a conflict would be possible. It could be interesting to see if the database table was created, it should be named similar to LUM_RC_ReportedComment, it may still be there even after you removed the extension...assuming that it was created.
  • It has indeed created the table, LUM_RC_ReportedComment
  • OK, thanks, guess it is a conflict with something. When you get some time, and assuming your still interested, let me know some details of your setup...perhaps I can take a look and see if I can find the conflicting extension.
  • hi trule,

    save me typing them out, below is a copy of my extensions.php running on 1.1.8:

    include($Configuration['EXTENSIONS_PATH']."Mootools/default.php");
    include($Configuration['EXTENSIONS_PATH']."NewApplicants/default.php");
    include($Configuration['EXTENSIONS_PATH']."GuestWelcome/default.php");
    include($Configuration['EXTENSIONS_PATH']."DefaultIcon/default.php");
    include($Configuration['EXTENSIONS_PATH']."BlogThis/default.php");
    include($Configuration['EXTENSIONS_PATH']."NewPostNotifier/default.php");
    include($Configuration['EXTENSIONS_PATH']."Notifi/default.php");
    include($Configuration['EXTENSIONS_PATH']."Nugget/default.php");
    include($Configuration['EXTENSIONS_PATH']."PreviewPost/default.php");
    include($Configuration['EXTENSIONS_PATH']."TagThis/default.php");
    include($Configuration['EXTENSIONS_PATH']."ThankfulPeople/default.php");
    include($Configuration['EXTENSIONS_PATH']."UserAward/default.php");
    include($Configuration['EXTENSIONS_PATH']."WhosOnline/default.php");
    include($Configuration['EXTENSIONS_PATH']."AjaxQuote/default.php");
    include($Configuration['EXTENSIONS_PATH']."Attachments/default.php");
    include($Configuration['EXTENSIONS_PATH']."AutoClose/default.php");
    include($Configuration['EXTENSIONS_PATH']."CategoryJumper/default.php");
    include($Configuration['EXTENSIONS_PATH']."CommunityModeration/default.php");
    include($Configuration['EXTENSIONS_PATH']."HiddenText/default.php");
    include($Configuration['EXTENSIONS_PATH']."InlineImages/default.php");
    include($Configuration['EXTENSIONS_PATH']."MarkAllReadRedux/default.php");
    include($Configuration['EXTENSIONS_PATH']."Discovery/default.php");
    include($Configuration['EXTENSIONS_PATH']."Announcement/default.php");
    include($Configuration['EXTENSIONS_PATH']."ForcedBBCode/default.php");
    include($Configuration['EXTENSIONS_PATH']."ShowParticipants/default.php");
    include($Configuration['EXTENSIONS_PATH']."UserGifts/default.php");
    include($Configuration['EXTENSIONS_PATH']."RemoveStickyDiscussions/default.php");
    include($Configuration['EXTENSIONS_PATH']."SignOutRedirect/default.php");
    include($Configuration['EXTENSIONS_PATH']."MessageWall/default.php");
    include($Configuration['EXTENSIONS_PATH']."PresetAvatars/default.php");
    include($Configuration['EXTENSIONS_PATH']."FeedThis/default.php");
    include($Configuration['EXTENSIONS_PATH']."SetList/default.php");
    include($Configuration['EXTENSIONS_PATH']."Smile/default.php");
    include($Configuration['EXTENSIONS_PATH']."CustomStyles/default.php");
    include($Configuration['EXTENSIONS_PATH']."Whisperfi/default.php");
    include($Configuration['EXTENSIONS_PATH']."Mootools/appendix.php");
    include($Configuration['EXTENSIONS_PATH']."MembersList/default.php");
    include($Configuration['EXTENSIONS_PATH']."YellowFade/default.php");
    include($Configuration['EXTENSIONS_PATH']."ModTools/default.php");

    I found an error in my extensions file, so sorted that out and enabled your extension again, unfortunately with the same result.

    Thanks for your time looking into this, I am sure once the conflict is sorted, it will be a VERY useful extension :)
  • I have found at least one conflict, give me a day to fix it...looks simple enough.
  • Uploaded version 1.1 of Report Comment.
  • hi trule,

    does the update posted fix the conflict, or are you still working on that ?
  • Hi, it should be fixed. However to be honest I only tested it against half of your extensions, but as the conflict was easy to resolve in a generic fashion I'm quite confident that it will not conflict with other extensions.

    I hope that confidence is well founded!
  • Despite the fact that my extension list has changed (again) the addon now works perfectly :)

    Great job trule, nicely done, and thanks for the quick fix !
  • Hi. Cant get this to work at all unfortunately.

    I can select it in the extensions list and I can see the table in the mySQL, but the settings and the 'report' button are nowhere to be found!

    I tried removing my two other extensions, no luck. Any ideas?

    Cheers.
  • Just being stupid. I see now you have to set each user group to have control of the report system.

    Cheers.
  • Does this send an email notification (e.g. to Administrator) when a comment is reported?
Sign In or Register to comment.