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.

CommentRemoval addons

2»

Comments

  • does it really say "lum_comment" in lowercase? it should say "LUM_Comment". "lum_comment" will work on windows, but not on unix.
  • Ok I've moved my Vanilla to a server with version 4.1 of MySQL.

    No errors now but no deleted message either.

    I gave myself the right to "Can delete any comment and discussion" but still, nothing happens.

    To make it worse, this server does not have phpMyAdmin installed so I can't manually delete comments!

    Just can't win with this one :-(
  • Hi!

    I'm just playing around a bit with this extension!

    If I click on the link "delete", nothing happens, no "are you shure window" nothing!

    If I put the code from inside the delete links onclick event, and run in in the JS-Console, I get following error: invalid return!

    What's wrong?

    If I remove the 'return false;" from the code inside the console, it works fine, popup, saying yes, message removed...

    But it still doesn't work in the real page!

    Bye
    Tiggr
  • The button it adds should be called 'remove', 'delete' is for hiding the comment (at least in the later versions of the extension and vanilla). And there is a very good chance it would give an error like that if you try the code in an error console, as the 'return false;' is meant to set the returnValue property of the event to false, and hence is supposed to be executed in an event and not by itself.

    Check the error console after you click the link, and see if any warnings or errors pop up.
  • Hi!

    There is no error or warning! Just nothing... Just, like I didn't click the link at all... :-(

    I'm using Firefox 1.5.0.7 and IE7RC2.

    Bye
    Tiggr
  • Hmm, both links are working fine for me with Firefox 1.5, IE7 and Opera 9. Could you post the html code of the link in question? You are using the latest versions of Vanilla and the extension?

    If worst comes to worst, you can always manually go into extensions/CommentRemoval/default.php and change the html as needed.
  • Hi!

    Strange, I download your extension again, uploaded it again, and now it works fine!

    Thank you!

    Bye
    Tiggr
  • edited February 2007
    anyone tried to make sticky a discussion and then remove the discussion? the discussion will still listed in the discussion page... no title topic only the sticky tag... EDIT seems that it's my fault... sorry for false alarm
This discussion has been closed.