Can anybody help me with the code for email notification to show "your site is in ---- category " Sometimes people submit in unrelated category, then I have to move in appropriate category.. After approval they dont find.. So how to tell them the listed category in email notification. Thanks.
{LINK_CATEGORY_TITLE} Category title where link is available {LINK_CATEGORY_URL} Full URL to category where link is available
And those who use custom rewrited link detail URL: (as I noticed it on so many directories) You should not forget to update replace_email_vars function for new link URL. This is in 'include/functions.php' and starts code from: if (ENABLE_REWRITE == 1) $detailPageUrl = "detail/link-{$data['ID']}.html"; Code (markup): The second line should be updated, it require some php code to have correct URL - depending of what you have for rewrite link detail page. I think it's not so nice when user receive email with broken link...