I'm running 5.0.0e and I've sent out emails multiple times before this upload, but I'm having problems with this version.
Basically what's happening is that the editor overrides the link. For example, you have a Campaign Tracker called July, so you want to insert
as your link. However, the editor will only save it as
Code:
http://mysite/mySugarInstallFolder/{July} so that when I send the email, the link looks like
Code:
http://mysite/mySugarInstallFolder/http://mysite/mySugarInstallFolder/campaign_trackerv2.php?track=52e3417f-f6ed-8940-e907-4873c3773ebb&identifier=4e1f956e-912e-f7bf-f9c0-4873caa70ba8
How can I fix this?
Answered my own question - You have to change the defaults for TinyMCE - that's located in the include folder. Just use an editor to change SugarTinyMCE.php and change
'relative_urlsl' => false
to
'convert_urls' => false
Then clear your cache in your browser and it'll be good to go
Bookmarks