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

Login with username, password and session length

JoomlaTune Support Forum    JComments component    General discussion    Topic: Comments doesn't shown after import
Pages: [1]   Go Down
  Print  
Author Topic: Comments doesn't shown after import  (Read 743 times)
0 Members and 1 Guest are viewing this topic.
xplosion
Newbie
*

Karma: 0
Offline Offline

Posts: 2


« on: September 02, 2010, 15:57:23 »

Hi,
Initially I had !JoomlaComment 4.0 RC1 component installed on a site with some published comments.
I take the decision to choose JComments 2.2.0.0 and import the !JoomlaComments existing comments.
The installation of the component JComments was fine.
Then the import comments from !JoomlaComments was fine. The comments are all imported and are displayed on the backend.
I uninstall the old !JoomlaComments.

The problem: None of the imported comments are displayed on the frontend !
What can I do?

Thanks
Logged
smart
Administrator
Hero Member
*****

Karma: 146
Offline Offline

Gender: Male
Posts: 2579



WWW
« Reply #1 on: September 02, 2010, 16:00:42 »

Do you've multilanguage site? If you're using JoomFish the comments will be separated by language. So during import you'll need to select into wich language they should be imported.
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
xplosion
Newbie
*

Karma: 0
Offline Offline

Posts: 2


« Reply #2 on: September 02, 2010, 16:21:28 »

Yes, I have multilanguage (JoomFish).
But during import is there no options to choose "into which language" should be imported!
The only option is "select the component from which import data" and after click, the message who said "import data correctly. x messages are imported".
Logged
smart
Administrator
Hero Member
*****

Karma: 146
Offline Offline

Gender: Male
Posts: 2579



WWW
« Reply #3 on: September 02, 2010, 18:16:03 »

The select list with available languages is placed near the Import button. This is very strange what you didn't note it.

Hm... I see several solutions of current situation.

1. You could disable separation of comments by language (search through forum for 'multilang_support')
2. You could update comments table via SQL-query and set appropriate language code for imported comments:

Code: (sql)
update jos_jcomments
set lang = 'en-GB'
where source='joomlacomment';

(change en-GB to appropriate language code if you aren't using English as default language).
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    General discussion    Topic: Comments doesn't shown after import
 
Jump to: