Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    Bug-reports    Topic: [solved] PLG_EDITORS-XTD_JCOMMENTSOFF_BUTTON_JCOMMENTSOFF button title
Pages: [1]   Go Down
  Print  
Author Topic: [solved] PLG_EDITORS-XTD_JCOMMENTSOFF_BUTTON_JCOMMENTSOFF button title  (Read 1918 times)
0 Members and 1 Guest are viewing this topic.
drumcom
Newbie
*

Karma: 0
Offline Offline

Posts: 1


« on: April 30, 2012, 03:15:01 »

I installed Jcomments v2.3.0 on a Joomla 1.5.26 site. i am getting PLG_EDITORS-XTD_JCOMMENTSOFF_BUTTON_JCOMMENTSOFF and PLG_EDITORS-XTD_JCOMMENTSON_BUTTON_JCOMMENTSON for button labels. I am using JoomlaCK Editor v3.4.5 Any Ideas why this is happening?
« Last Edit: June 20, 2012, 13:49:08 by smart » Logged
smart
Administrator
Hero Member
*****

Karma: 163
Offline Offline

Gender: Male
Posts: 2161



WWW
« Reply #1 on: June 20, 2012, 13:48:45 »

Quick fix for this issue (new version will be released soon):

1. Open file /plugins/editors-xtd/jcommentson.php
2. Replace line:
Code: (php)
$this->loadLanguage();
with
Code: (php)
$this->loadLanguage('plg_editors-xtd_jcommentson', JPATH_ADMINISTRATOR);
3. Open file /plugins/editors-xtd/jcommentsoff.php
4. Replace line:
Code: (php)
$this->loadLanguage();
with
Code: (php)
$this->loadLanguage('plg_editors-xtd_jcommentsoff', JPATH_ADMINISTRATOR);
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Bug-reports    Topic: [solved] PLG_EDITORS-XTD_JCOMMENTSOFF_BUTTON_JCOMMENTSOFF button title
 
Jump to: