<? DEW-CODE.COM  

Downloads

Assorted scripts  (1)
DewNewPHPLinks  (9)





Lost Password?
No account yet? Register

Dew-Code Newsfeed

Resources


 USdigitalcable.com

Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Validation emails (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Validation emails
#1246
derek53 (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Validation emails 2 Years ago Karma: 0  
The validation email sent to the admin when a new site is submitted is always incorrect. Where can i change the links that are shown, but are incorrect

many thanks
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1248
Dewed (Admin)
Admin
Posts: 603
graph
User Online Now Click here to see the profile of this user
Dew-Code.com
Re:Validation emails 2 Years ago Karma: 9  
The email is sent by the file /include/email_addition.php

It uses the $base_path and $base_url variable which are specified in the admin panel's configuration page, so ensure both the BASE_URL and BASE_PATH are set correctly there.

A common mistake is to add "/directory" to the BASE_PATH. If the script is installed in your website's document root, BASE_PATH should be empty. If the script is installed in a sub directory, then BASE_PATH should contain the name of that directory, eg; installed to a directory named "resources" BASE_PATH would be "/resources"

If you simply want to customize the email, you can do so by editing
/include/email_addition.php

You'll notice it uses variables from the language file like $email_addition_4 and $email_addition_4a

These variables are defined in the language file /include/lang/english.php
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop
Outsource your projects to thousands of programmers at
ScriptLance.com
Newsflash
Interested in
advertising?

This space for rent!

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2008