Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorruizit0
    • CommentTimeOct 23rd 2005 edited
     
    for example instead people leave their coment about the photo and the coment stays there beyind the photo. . . i want to people when leaving a comment the comment goes to my email instead of staying there beyind the photo :|
    is that possible?

    sorry my confused explanation . .my english :| .. . errr :
    • CommentAuthordeb
    • CommentTimeOct 23rd 2005 edited
     
    I turned off the comments option because mine is a family album and I've had a problem with spam bots, porn bots and down and dirty people adding totally disgusting comments to areas like this (in other programs/scripts I've used that are open for comments). So, it would be nice to be able to have a HIDDEN email option. Just thought I'd put in my 2cents worth.

    Thanks,
    Deb
    •  
      CommentAuthormike
    • CommentTimeOct 23rd 2005
     
    Line 250 in gallery.php: $output .= display_comments($row["id"]);

    You can simply comment this out or delete it.

    Comments will not be displayed beneath the picture, and if you have email notification set in the admin, the comments will simply be sent to your email address.

    You may want to edit the comment form to indicate that comments are not publicly displayed.
    •  
      CommentAuthormike
    • CommentTimeOct 23rd 2005
     
    Sorry, after furthur thought this won't quite work because the function display_comments() also displays the comment form.

    You could modify that function to only display the form and not the actual comments pretty easily (just delete everything but the form output code). Let me know if you need more explanation than that.
    • CommentAuthorsilly
    • CommentTimeOct 24th 2005
     
    I changed the comment code to not require the email address - I think it just looks like I'm collecting emails to sell to spammers. And nothing stops people from entering bogus email addys so there didn't seem to be much point to require it.
    • CommentAuthorpeanut
    • CommentTimeOct 30th 2005
     
    Silly - how did you remove the "required email" feature?