Support Forums

SEO not working for Tell a friend email

This is a discussion on SEO not working for Tell a friend email within the Technical Support forums, part of the Technical Support Forums category; Hi, I just installed the SEO module but the tell friend email sent from the site contains a link which ...


Go Back   68 Classifieds Forums > Technical Support Forums > Technical Support

This topic is resolved.

If you have a similar issue that this thread does not address, open a new related support topic.

 
Thread Tools Display Modes
Old 05-30-2009, 11:29 AM   #1
Member
 
Join Date: Nov 2008
Posts: 72
Rep Power: 6
Isje is on a distinguished road
Default SEO not working for Tell a friend email

Hi, I just installed the SEO module but the tell friend email sent from the site contains a link which is not modified.
e.g.
/viewlisting.php?view=196

Any idea how I can correct this.
Thanks!
__________________
Using v4.1.5 Developer
NuStyle Template
Isje is offline  
Old 05-31-2009, 03:45 PM   #2
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 2,100
Rep Power: 51
seymourjames has a spectacular aura about
Default

I believe this is an oversight in the friendmail.php file as it is no test for the seo module. I do not use the SEO module with version 4.1X but you could try this. Sorry if it does not work.


As you have developer, try and replace this line in the file $vars['url'] = URL."/viewlisting.php?view=".$listingid; with this pice ofcode

if(defined('SEO'))
{
$listing_title=$rs['title'];
$listing_title=str_replace(' ', '_', $listing_title);
$listing_title=preg_replace('/\W/e', '', $listing_title);
$vars['url'] = URL."/listing/".$listingid."/".$listing_title.".html";
}
else
{
$vars['url'] = URL."/viewlisting.php?view=".$listingid;
}
__________________
TemplateCodes.com for 68 Classifieds, Matching WordPress Themes & Magento Online Stores
seymourjames is offline  
Old 06-01-2009, 05:40 AM   #3
Member
 
Join Date: Nov 2008
Posts: 72
Rep Power: 6
Isje is on a distinguished road
Default

Hi James, this works perfectly, THANKS
__________________
Using v4.1.5 Developer
NuStyle Template
Isje is offline  
Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Some email verifications not working shanedawg Technical Support 0 05-19-2009 08:55 PM
email a friend dabdig Templates, HTML, CSS, and Design Help 2 02-17-2009 10:25 AM
Email recpt and new order email not working napes Technical Support 6 02-14-2009 05:56 AM
New Order email not working napes Technical Support 1 02-08-2009 09:16 AM
SEO mod - email a friend not working Adam Waxler Modules / Plugins / Modifications 14 01-29-2009 07:47 AM


All times are GMT -4. The time now is 05:06 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0