By René on Thursday, 26 June 2014
Posted in Technical Issues
Replies 35
Likes 0
Views 1.5K
Votes 0
hello, i get a strange issue with reply comment form and editor icons. if a guest add new comment it works as it should but if he click on "reply comment" link and use "Bold" or "Smiley" Button then the page completely reload!

steps to reproduce:
1. open as guest User to a Blog Entry with added Comments
2. click on Icon "Bold" in Comment form
3. Bold code is added

1. open as guest User to a Blog Entry with added Comments
2. click on reply comment link
3. click on Icon "Bold" in Comment form
4. Page completely reload!
If I recall correctly, this is already fixed in our latest version of EasyBlog but it looks like you are using a much older version
·
Friday, 27 June 2014 01:23
·
0 Likes
·
0 Votes
·
0 Comments
·
hi mark..ok fine that it is fixed. please upload the repectife files here because i'm only start to upgrade my complete easyblog if 4.0 is out.
·
Friday, 27 June 2014 03:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rene,

Sorry for late reply to this,
It seems like the SH404SEF causing some issues, I have applied some fixes in this file
JoomlaFolder\components\com_easyblog\sef_ext\com_easyblog.php
Also i have tried to disable this plugin JoomlaXi Registration Redirector

Can you please verify again is it working for you? Please advise.
·
Friday, 27 June 2014 11:45
·
0 Likes
·
0 Votes
·
0 Comments
·
hello Arlex, sorry to say but the issue is not fixed with your modification in components\com_easyblog\sef_ext\com_easyblog.php also the JoomlaXi Registration Redirector
enabled or disabled makes no difference!

please try again:

1. open as guest User a Blog Entry with added Comments
2. click on reply comment link!
3. click on Icon "Bold" or Smiley in reply Comment form

Result = Page will completely reload!

Please do not use the send comment button, because blog subscriber got emails about your comments..it's enough if you try my steps above
·
Friday, 27 June 2014 15:30
·
0 Likes
·
0 Votes
·
0 Comments
·
arlex..and after your changes in components\com_easyblog\sef_ext\com_easyblog.php does my EB pagebreak plugin not longer work correctly! it's cost me 1,5h to debug what cause the issue:( i removed your modified file temporarily!
·
Friday, 27 June 2014 16:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rene,

There's quite a number of files modified since your previous version and we cannot be doing this for you. Please do understand that it is your responsibility to update the extension and we cannot be manually providing fixes.
·
Friday, 27 June 2014 22:29
·
0 Likes
·
0 Votes
·
0 Comments
·
hi mark, is it possible to get changelog history between Version 3.9.15155 and 3.9.16263?
·
Monday, 30 June 2014 02:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rene,

You might want to go to this page: http://stackideas.com/downloads/archives/easyblog to see the changelogs.
·
Monday, 30 June 2014 09:09
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Nik, your changelog archive is not up-to-date! last is Sep 17, 2013
Version 3.8.14670
·
Monday, 30 June 2014 17:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rene,

Sorry for confusing, the latest version of Easyblog Changelog is located on this page -> http://stackideas.com/changelog/easyblog
·
Monday, 30 June 2014 17:53
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Arlex..ha,ha..another confusion! i need not the latest changelog i neeed the changelogs from version 3.9.15155 to 3.9.16263
·
Monday, 30 June 2014 17:58
·
0 Likes
·
0 Votes
·
0 Comments
·
There is no way to retrieve changelogs from version x to version y.
·
Monday, 30 June 2014 23:04
·
0 Likes
·
0 Votes
·
0 Comments
·
why did you have then a changelog archive wich is not up-to-date..very confusing!
·
Tuesday, 01 July 2014 03:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, sorry but not too sure what you mean here.
·
Tuesday, 01 July 2014 12:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rene,

I have applied some fixes in this file JoomlaFolder/components/com_easyblog/sef_ext/com_easyblog.php

if( $view == 'entry' )
//replace with
if( @$view == 'entry' )
// @mean that ignore some strict standard message

And I have help you temporary disable this plugin JoomlaXi Registration Redirector, because this plugin causing this issues. Hope you understand.
Can you try again is it working now? Please advise.
·
Tuesday, 01 July 2014 14:47
·
0 Likes
·
0 Votes
·
0 Comments
·
hello Arlex, sorry to say but the issue is still not fixed with your modification in components\com_easyblog\sef_ext\com_easyblog.php

also the JoomlaXi Registration Redirector enabled or disabled makes no difference!

Why did you send test comments to Blog Subscriptions?

There is no need to do so if you follow my added steps here:

1. go to blog entry
2. click on reply comment link!
3. click on a smiley in reply Comment form

Blog entry should not reload if i click on a smiley..thats all i want!

Please do not send comments, because blog subscriber got emails about your test comments..it's enough if you try my steps above
·
Tuesday, 01 July 2014 19:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello René,

Sorry for confusing, can i have the permission to help you cleanup all the Easyblog SEF URL from your SH404SEF and see how it goes?
·
Tuesday, 01 July 2014 21:43
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Arlex..i'v cleaned the sh404sef cache for easyblog urls yesterday but it does not change anything. i think it's more a issue with javascript load of reply comment form because after click of reply comment link the issue with reload occurs! did you followed my steps above and can you confirm this?
·
Tuesday, 01 July 2014 22:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello René,

Yes, I can reproduce in your issues, but i noticed that was 2 issues from your comment section,

#1. First when you submit a comment, it doesn't show the comment immediately. (it seems like that was causing by that plugin)

#2. Second when you click on reply comment link, then click on the "bold" or bbcode, then it will refresh the page.

Okay, since you already give me the permission to cleanup again with the EasyBlog SEF URL from SH404SEF, i will investigate on your issues.
·
Tuesday, 01 July 2014 22:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Arlex..i guess i do not gave you a permission for cleanup! where did i wrote this?

#1. first issue is related to cache plugin and not to redirector plugin..anyway that is not the main problem! i asked you several times not to add comments because blog subscriper get emails with test and please ignore

#2. second one is here the main issue and the reason why i started this forum thread!
·
Tuesday, 01 July 2014 23:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello René,

hmm can you update to latest version of Easyblog and see how it goes? Please advise.
·
Wednesday, 02 July 2014 00:01
·
0 Likes
·
0 Votes
·
0 Comments
·
hi arlex, i have to many modifications in my easyblog version and without a full changelog it's realy complicated!
·
Friday, 04 July 2014 01:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello René,

Sorry for late reply to this,
Unfortunately we do not have full changelog of Easyblog yet, only can available for latest version.
·
Friday, 04 July 2014 13:20
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Arlex, can you show me wich javascript file are used for Reply Comment link --> eblog.comment.reply?
·
Monday, 07 July 2014 16:22
·
0 Likes
·
0 Votes
·
0 Comments
·
The javascript files are in /media/com_easyblog/scripts/legacy.js
·
Monday, 07 July 2014 17:06
·
0 Likes
·
0 Votes
·
0 Comments
·
thanks mark..and wich file are used if the comment form toogle?
·
Monday, 07 July 2014 17:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Not really sure what you mean by comment form toggle? Do you mean when you click on the reply link? It's on the same legacy.js file.
·
Monday, 07 July 2014 19:26
·
0 Likes
·
0 Votes
·
0 Comments
·
hi mark, i mean if i click on the reply and chancel link then the comment form jumps under the respective comment..what file is loaded during the clicks for comment form?
·
Tuesday, 08 July 2014 01:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rene,

As mentioned in the previous reply, the legacy.js contains these codes
·
Tuesday, 08 July 2014 01:34
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Arlex and Mark..it was a hard work but i'm now on latest release. surprise the issue is still there but now reversed:

1. Click Reply Comment link
2. Click Bold --> works
3. Click Chancel for same Reply Comment Link
4. Click now on Bold in Default Comment Form
= Result Page Reload!
·
Wednesday, 09 July 2014 20:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello René ,

Sorry for late reply to this,
I have applied some fixes in your site, can you please have a check and see the issues is it solved? Please advise.
·
Thursday, 10 July 2014 00:43
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Arlex, two questions..

1. in wich files did you add the fix?`
2. did you used a orig legacy.js or my file?
·
Thursday, 10 July 2014 00:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello René ,

I modified this file -> JoomlaFolder\media\com_easyblog\scripts\legacy.js

//need to check if bbcode enabled
//if($('.markItUpContainer').length > 0)
//{
// $("#comment").markItUpRemove();
// $("#comment").markItUp(EasyBlogBBCodeSettings);
//}
//comment out
//need to check if bbcode enabled
if($('.markItUpContainer').length > 0)
{
$("#comment").markItUpRemove();
$("#comment").markItUp(EasyBlogBBCodeSettings);
}

Hope this help.
·
Thursday, 10 July 2014 01:02
·
0 Likes
·
0 Votes
·
0 Comments
·
i checked your fix and it works if i set Environment -> Javascript Compression Mode: Compressed but if i use Uncompressed the issue comes back!

if i disable CDN Plugin the issue is also gone..wich media/com_easyblog/resources and media/com_easyblog/scripts files must i set as Invalid in CDN Network after Compile legacy.js?
·
Thursday, 10 July 2014 01:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello René,

Sorry for late reply to this,
After compiled the files is located in this few file -> JoomlaFolder\media\com_easyblog\scripts
easyblog-3.9.16263.optimized.js
easyblog-3.9.16263.optimized.min.js
easyblog-3.9.16263.static.js
easyblog-3.9.16263.static.min.js
·
Thursday, 10 July 2014 12:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post