When a link is added by admin, whether imported flatfile or by the admin webform one site at a time, I would like the email notification to show the true URL and page number - not the default:
email_notifyuserbody: {LANG_EMAIL_NOTIFYUSERBODY}
You can see in the list at {DIRURL}/index.php?action=displaycat&catid={LINKCATID}
How can I change the code in the email language so that the true URL and cat page number will be displayed in the outgoing emails to all added/modified links?
This is critical cuz the remote sites will then tell their spiders where to look on my site for their link. Thus, this keeps them happy.
Thanks for any help on this. It's a vital part of things for me
Spiders are quite incapable of submitting links and reading emails so it's utterly irrelivant... but all the outgoing emails are at admin panel -> emails -> edit outgoing emails for you to modify if you wish to waste your time. {DIRURL}/{CATREWRITEPATH} and the page number is whatever variable it uses there presently.
Comments on Email Notification - real URL + page #
Experienced
Usergroup: Customer
Joined: May 23, 2006
Total Topics: 16
Total Comments: 51
Hi
I'm using mod_rewrite and forcing all lower case in the cat urls:
http://www.mysite.com/links/category-name/etc....
When a link is added by admin, whether imported flatfile or by the admin webform one site at a time, I would like the email notification to show the true URL and page number - not the default:
email_notifyuserbody:
{LANG_EMAIL_NOTIFYUSERBODY}
You can see in the list at {DIRURL}/index.php?action=displaycat&catid={LINKCATID}
How can I change the code in the email language so that the true URL and cat page number will be displayed in the outgoing emails to all added/modified links?
This is critical cuz the remote sites will then tell their spiders where to look on my site for their link. Thus, this keeps them happy.
Thanks for any help on this. It's a vital part of things for me
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Spiders are quite incapable of submitting links and reading emails so it's utterly irrelivant... but all the outgoing emails are at admin panel -> emails -> edit outgoing emails for you to modify if you wish to waste your time. {DIRURL}/{CATREWRITEPATH} and the page number is whatever variable it uses there presently.
Experienced
Usergroup: Customer
Joined: May 23, 2006
Total Topics: 16
Total Comments: 51
Thanks, Paul