Results 1 to 6 of 6
  1. #1
    New Pligger 69khz's Avatar
    Joined
    Sep 2007
    Posts
    24

    anyone got a mod for email confirmation? Some other mods???

    Is there a mod that makes it so user has to click confirmation in email before they can submit?

    I'd like to have my site so that users can't register with invalid emails & make them have to confirm before they can submit?


    Also, is there a mod where submissions won't appear in upcoming unless I approve the link? better yet, how do I set my pligg so that new entries automatically end up as discard instead of queued??

  2. #2
    Casual Pligger thuggster's Avatar
    Joined
    Sep 2007
    Posts
    37
    Quote Originally Posted by 69khz View Post
    Is there a mod that makes it so user has to click confirmation in email before they can submit?

    I'd like to have my site so that users can't register with invalid emails & make them have to confirm before they can submit?


    Also, is there a mod where submissions won't appear in upcoming unless I approve the link? better yet, how do I set my pligg so that new entries automatically end up as discard instead of queued??
    Change Default status submited post

    I dont know if its the right way to do it but i just tested it and it works.

    Before doing this backup the file you are editing!

    open submit.php
    Find
    PHP Code:
    // submit step 3
    function do_submit3() {
        global 
    $db;

        
    $linkres=new Link;

        
    $linkres->id=$link_id strip_tags($_POST['id']);
        
    $linkres->read();

        
    totals_adjust_count($linkres->status, -1);
        
    totals_adjust_count('queued'1);

        
    $linkres->status='queued';
        
    $linkres->store_basic();

        
    $linkres->check_should_publish();
        
        
    check_actions('do_submit3',array('linkres'=>&$linkres));
        
        if(!empty(
    $_POST['trackback'])) {
            require_once(
    mnminclude.'trackback.php');
            
    $trackres = new Trackback;
            
    $trackres->url=trim($_POST['trackback']);
            
    $trackres->link=$linkres->id;
            
    $trackres->title=$linkres->title;
            
    $trackres->author=$linkres->author;
            
    $trackres->content=$linkres->content;
            
    $res $trackres->send();
        } 
    Find Line
    PHP Code:
    $linkres->status='queued'
    and replace with
    PHP Code:
    $linkres->status='discard'

  3. #3
    Pligg Donor dollars5's Avatar
    Joined
    Dec 2006
    Posts
    1,960
    Quote Originally Posted by 69khz View Post
    Is there a mod that makes it so user has to click confirmation in email before they can submit?
    You can try http://forums.pligg.com/pligg-mods/4...il-v0-1-a.html but that is not for the latest version - but you could easily port following the instructions.

    using it only after users confirm their e-mail they will be able to login.

  4. #4
    New Pligger 69khz's Avatar
    Joined
    Sep 2007
    Posts
    24
    Thanks guys. I'm trying both these..

  5. #5
    New Pligger 69khz's Avatar
    Joined
    Sep 2007
    Posts
    24
    Fantastic.. both of these work well..

    The email confirmation registration works like a charm perfectly.

  6. #6
    Casual Pligger thuggster's Avatar
    Joined
    Sep 2007
    Posts
    37
    Good
    Just glad i could help

Similar Threads

  1. Manual Email Confirmation - god
    By shibar44 in forum Questions & Comments
    Replies: 3
    Last Post: 01-11-2012, 10:23 PM
  2. How can u resend the confirmation email?
    By Kabobbin in forum Questions & Comments
    Replies: 0
    Last Post: 02-20-2011, 03:47 AM
  3. New Install Email Confirmation Please Help
    By oddnews in forum Questions & Comments
    Replies: 4
    Last Post: 01-11-2009, 09:14 PM
  4. Please help... send user confirmation email
    By rogertm in forum Questions & Comments
    Replies: 0
    Last Post: 12-19-2008, 08:38 AM
  5. Email confirmation for registration
    By sbanerjee in forum Questions & Comments
    Replies: 2
    Last Post: 11-23-2008, 08:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Pligg Modules and Pligg Templates from Pligg Pro Donate to Pligg CMS Dreamhost Web Hosting Host Gator Web Hosting