Results 1 to 6 of 6

Thread: Reasons for rejection

  1. #1
    Join Date
    Jul 2003
    Posts
    60

    Default Reasons for rejection

    It would be great to be able to define reasons for rejection and have checkboxes when you reject that include the selected reasons in the rejection email.....

    That would be a real bonus for me right now


  2. #2
    Join Date
    Jul 2002
    Posts
    189

    Default Re: Reasons for rejection

    Originally posted by richhead
    It would be great to be able to define reasons for rejection and have checkboxes when you reject that include the selected reasons in the rejection email.....
    I'm sure that is not that difficult!

    Here are the steps to follow:

    1. Set a new varialble at link_valdate.php like $mail_reject
    2. Look for admin template file link_validate.html and "link_validate_rows.html. Build an additional dropdown menu with the name "mail_reject"
    3. go to function: function RejectLink() and edit this with a select case statement. You have to provide different template files:

    Code:
    $body = EvalTemplate($admin_template_path."mail/rejected.mail",$links_obj->email_template_fields);
    due to the reasons you want to specify e.g. rejected_content.mail, rejected_exists.mail, rejected_construction.mail,...

    greets

    Joerg
    --------- applying hacks require a knack ---------

  3. #3
    Join Date
    Jul 2003
    Posts
    60

    Default

    Sounds pretty difficult to a novice like me :-)

    But I might give it a go!

  4. #4
    Join Date
    Aug 2003
    Posts
    233

    Default

    Even better is an option to NOT have to send rejection e-mail
    IS this possible ?
    Lewis
    Best
    Lewis
    www.AtoZfitness.com/indexu

  5. #5
    Join Date
    Apr 2002
    Posts
    351

    Default

    Originally posted by lewisw
    Even better is an option to NOT have to send rejection e-mail
    IS this possible ?
    Lewis
    You will found that people that found that they have not been listed and not received an email will keeo adding their link on a constant basis.

    What you can do is to have a rejection email which says something like;

    Your website 'Business and Business' has been rejected for one if the following reasons;

    1. Your site contains Adult Material
    2. Your site could not be checked by our editors due to problems accessing your site.
    3. etc........

    Good luck

  6. #6
    Join Date
    Jul 2003
    Posts
    60

    Default

    Which is exactly what I did in the end, and made it clear it was an automatically generated email

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •