By Le Giang Anh on Sunday, 03 September 2017
Posted in Technical Issues
Replies 16
Likes 0
Views 868
Votes 0
Hello,

It seems that the content plugin of EasyDicuss doesn't work if I post the article by EasyArticle.
http://bulletstrike.com/blog/15-news/dev-blog/44-alpha-3-release-notes
All the old articles worked except the new ones with EasyArticle.

Thanks,
Anh
Hey,

Hm, since EasyArticles is a simulation of com_content, it should actually work. Did you select the appropriate categories to be managed by EasyDIscuss plugin?
·
Sunday, 03 September 2017 12:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

As I mentioned, it worked before. So yes, I set up everything. I don't know why it stopped.

Thanks,
Anh
·
Sunday, 03 September 2017 14:17
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems like there got some issue, can you try temporary put this following code into this file, you can refer on my attached screenshot below.


if ($this->extension == 'com_easyarticles') {
$this->extension = 'com_content';
}


JoomlaFolder/plugins/content/easydiscuss/easydiscuss.php
·
Monday, 04 September 2017 12:18
·
0 Likes
·
0 Votes
·
0 Comments
·
It didn't work, unfortunately.
·
Saturday, 09 September 2017 21:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

It seems like you haven't setup which Joomla category you would like to fetch into EasyDiscuss which category, you can refer on my attached screenshot below.
·
Sunday, 10 September 2017 11:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I told you it worked before. So, yes I set it up correctly.
·
Monday, 11 September 2017 00:49
·
0 Likes
·
0 Votes
·
0 Comments
·
I am sorry that i tested on your another domain site in previously, I already added this com_content from that content plugin setting, it should work fine now when you add new article from EasyArticles, can you give it a check again?
·
Monday, 11 September 2017 10:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

it's for the comment in the EasyBlog and Joomla Articles I guess?
http://bulletstrike.com/blog/13-release-notes/45-alpha-3-is-live-now-and-its-release-notes-full

I don't want to have the comment box. Please help.

Update: The link in the article directing to the ED post is a non-sef link now:
http://bulletstrike.com/blog/13-release-notes/45-alpha-3-is-live-now-and-its-release-notes-full (please check the view Discussion button)
It also happens with Slack notification.

Thanks,
Anh
·
Monday, 11 September 2017 23:49
·
0 Likes
·
0 Votes
·
0 Comments
·
The reason why you hitting this issue is because Joomla doesn't know which Easydiscuss menu item should referring to since you already disabled that menu item here, you can check my screenshot here : http://take.ms/bMz9x

I assume you do not want to display that menu on your menu bar, so I already help you created a hidden menu for "Easydiscuss - frontpage layout" you can check my attached screenshot below.

It should show SEF URL now.


it's for the comment in the EasyBlog and Joomla Articles I guess?
http://bulletstrike.com/blog/13-release-notes/45-alpha-3-is-live-now-and-its-release-notes-full

I don't want to have the comment box. Please help.

It seems like i was unable to see comment box now, you can check my screenshot here : http://take.ms/YaaAV
Are you already turn off this from backend?
·
Tuesday, 12 September 2017 12:02
·
0 Likes
·
0 Votes
·
0 Comments
·
I forgot one important thing: I use another domain (horusent.com) for the forums (Discussion) http://horusent.com/community
This domain uses the same ED, ES database with bulletstrike.com
So, is it possible to redirect the user when they click the button from bulletstrike.com domain to horusent.com? Like:
From http://bulletstrike.com/community/8-bullet-strike/9-game-updates/558-what-will-be-hot-in-version-0-4
To http://horusent.com/community/8-bullet-strike/9-game-updates/558-what-will-be-hot-in-version-0-4

I know this requires php customization but I'd like to ask for the help.

It seems like i was unable to see comment box now, you can check my screenshot here : http://take.ms/YaaAV
Are you already turn off this from backend?

Yes, I did.
·
Friday, 15 September 2017 17:14
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Friday, 15 September 2017 19:21
·
0 Likes
·
0 Votes
·
0 Comments
·
If that is the case, i think the only way can achieve this is set the redirection URL on this domain site http://bulletstrike.com .htaccess file.


Redirect 301 /community/8-bullet-strike/9-game-updates/558-what-will-be-hot-in-version-0-4 http://horusent.com/community/8-bullet-strike/9-game-updates/558-what-will-be-hot-in-version-0-4


The format is REdirect 301 current domain site URL(old path) to new URL
·
Friday, 15 September 2017 19:37
·
0 Likes
·
0 Votes
·
0 Comments
·
So it only works for one link?
How about other links in the content plugins from http://bulletstrike.com/community/*
·
Friday, 15 September 2017 21:25
·
0 Likes
·
0 Votes
·
0 Comments
·
I think you can probably try this following htaccess redirection rule and see how it goes.


Redirect 301 / http://horusent.com/


Explanation for this rule : Permanent redirect from all domain pages to horusent.com.
.htaccess file should be at the old website's root directory.

By the way, please take note regarding this question as it is beyond our support scope's policy as outlined in http://stackideas.com/support

Thanks for understand.
·
Saturday, 16 September 2017 14:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post