Home
|
Register
|
Submit a Ticket
|
Knowledgebase
|
Troubleshooter
Joomla! 1.5 _READ_MORE bug
Solution
There is a bug in the Joomla! 1.5 legacy code that makes the Read More link not display correctly.
If your Read More links look more like _READ_MORE rather than the usual Read more..., then here is how to fix it.
Edit the administrator/components/com_sm2emailmarketing/sm2emailmarketing.class.php file.
At the very end of the file, on the line after
if (defined('_JLEGACY')) {
add the following
DEFINE('_READ_MORE','Read more...');
So it should look something like
/**
* Joomla! 1.5 specific fixes
*/
if (defined('_JLEGACY')) {
// bug in Joomla! 1.5.0 whereby patFactory is not registered for autoload correctly
$classes = JLoader::register('patFactory' , $GLOBALS['mosConfig_absolute_path'].DS.'plugins'.DS.'system'.DS.'legacy'.DS.'patfactory.php');
DEFINE('_READ_MORE','Read more...');
}
Article Details
Article ID:
44
Created On:
25 Sep 2008 06:25 AM
This answer was helpful
This answer was not helpful
Login
[Lost Password]
Email:
Password:
Remember Me:
Search
-- Entire Support Site --
Knowledgebase
Troubleshooter
Article Options
Add Comment
Print Article
PDF Version
Email Article
Add to Favorites