-
AuthorPosts
-
obliat Friend
obliat
- Join date:
- December 2010
- Posts:
- 416
- Downloads:
- 12
- Uploads:
- 64
- Thanks:
- 108
- Thanked:
- 31 times in 1 posts
August 18, 2014 at 2:22 pm #200614Hi guys, grateful you upgraded JA Comment to J3 and happily renewed my JAEC subscription.
It works fine now. One thing I noticed is that in notification email I am getting a wrong link to the comment – the website is added twice:
It is:
Instead of:
Please help me fix it. Thank you 🙂
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
August 19, 2014 at 3:22 am #546476Hello,
We are happy to see you renewed JAEC subscription 🙂
To resolve this issue, please open the file:
components/com_jacomment/helpers/jahelper.phpFind the code snippet below:
[PHP]$url = JURI::root();
$url = $url . $post[‘referer’];
$url = str_replace(‘//’, ‘/’, $url);
$url = str_replace(‘http:/’, ‘http://’, $url);[/PHP]And replace it with:
[PHP]$url = trim($post[‘referer’]);
if(preg_match(‘#^https?://#i’, $url)) {
$url = JRoute::_($url);
} else {
$url = JRoute::_(JURI::root().$url);
}[/PHP]1 user says Thank You to Thanh Nguyen Viet for this useful post
obliat Friendobliat
- Join date:
- December 2010
- Posts:
- 416
- Downloads:
- 12
- Uploads:
- 64
- Thanks:
- 108
- Thanked:
- 31 times in 1 posts
August 21, 2014 at 4:30 am #546824Sweet, I as looking at this enormous jahelper.php, wondering where exactly it needs tweaking :). Awesome, thanks a lot.
obliat Friendobliat
- Join date:
- December 2010
- Posts:
- 416
- Downloads:
- 12
- Uploads:
- 64
- Thanks:
- 108
- Thanked:
- 31 times in 1 posts
September 2, 2015 at 7:14 pm #681375Guys, old thread, but same problem – I installed JA Comment on a Teline V and i’m having the same issue, but the code above is no longer the same.
Also, JA Comment does not seem to work well with Bootstrap 3 and I see an error in Chrome console:
Uncaught Error: Bootstrap’s JavaScript requires jQuery version 1.9.1 or higher
Is it possible to get JA Comment use the current jQuery (not 1.4.2)?
I just wonder how to replace it with another comment component as you did, because I can’t export old comments…
obliat Friendobliat
- Join date:
- December 2010
- Posts:
- 416
- Downloads:
- 12
- Uploads:
- 64
- Thanks:
- 108
- Thanked:
- 31 times in 1 posts
September 2, 2015 at 7:14 pm #747312Guys, old thread, but same problem – I installed JA Comment on a Teline V and i’m having the same issue, but the code above is no longer the same.
Also, JA Comment does not seem to work well with Bootstrap 3 and I see an error in Chrome console:
Uncaught Error: Bootstrap’s JavaScript requires jQuery version 1.9.1 or higher
Is it possible to get JA Comment use the current jQuery (not 1.4.2)?
I just wonder how to replace it with another comment component as you did, because I can’t export old comments…
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
September 3, 2015 at 8:48 am #681461Hi,
I have checked problem with link comment on email on my end, but haven’t seen the problem as you said.
PM your site URL, admin account and FTP account, we shall check the issue for you.<blockquote>Uncaught Error: Bootstrap’s JavaScript requires jQuery version 1.9.1 or higher
Is it possible to get JA Comment use the current jQuery (not 1.4.2)?
I just wonder how to replace it with another comment component as you did, because I can’t export old comments… </blockquote>
Thanks for reporting this issue. I have discussed to the developer, we’ll try to update this component to compatible with Joomla 3.4 and jQuery lastest version. You can follow the progress by this link: http://pm.joomlart.com/browse/JAECCOMCOMMENTJVI-4611 user says Thank You to Luna Garden for this useful post
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
September 3, 2015 at 8:48 am #747387Hi,
I have checked problem with link comment on email on my end, but haven’t seen the problem as you said.
PM your site URL, admin account and FTP account, we shall check the issue for you.<blockquote>Uncaught Error: Bootstrap’s JavaScript requires jQuery version 1.9.1 or higher
Is it possible to get JA Comment use the current jQuery (not 1.4.2)?
I just wonder how to replace it with another comment component as you did, because I can’t export old comments… </blockquote>
Thanks for reporting this issue. I have discussed to the developer, we’ll try to update this component to compatible with Joomla 3.4 and jQuery lastest version. You can follow the progress by this link: http://pm.joomlart.com/browse/JAECCOMCOMMENTJVI-4611 user says Thank You to Luna Garden for this useful post
obliat Friendobliat
- Join date:
- December 2010
- Posts:
- 416
- Downloads:
- 12
- Uploads:
- 64
- Thanks:
- 108
- Thanked:
- 31 times in 1 posts
September 4, 2015 at 9:12 pm #681790Thanks Luna, I found the Bootstrap issue so I might be able to help you fix it guys –
JA Comment calls jquery 1.7.1 because that’s the version inside components/com_jacomment/libs/bootstrap/js/jquery.js – once I changed it to later than 1.9.1 it load fine (before that it even caused a conflict with megamenu with dropdown not workin).Here an example link that I get in the notification email http://www.ecars.bg/http://www.ecars.bg/blogs/techno-1/1158-bosch-kupi-seeo-solid-state-baterii#jacommentid:1575 (I’ll PM access).
One last thing – If I click on JA Comment Add Comment link on the homepage when it loads the article it show the top, and does not anchor to the JA Comment window (had this issue with all previous versions as well when I upgraded Teline IV).
P.S. As always (sinve 3 years now) I don’t receive forum notifications no matter I’m subscribed to.
obliat Friendobliat
- Join date:
- December 2010
- Posts:
- 416
- Downloads:
- 12
- Uploads:
- 64
- Thanks:
- 108
- Thanked:
- 31 times in 1 posts
September 4, 2015 at 9:12 pm #747575Thanks Luna, I found the Bootstrap issue so I might be able to help you fix it guys –
JA Comment calls jquery 1.7.1 because that’s the version inside components/com_jacomment/libs/bootstrap/js/jquery.js – once I changed it to later than 1.9.1 it load fine (before that it even caused a conflict with megamenu with dropdown not workin).Here an example link that I get in the notification email http://www.ecars.bg/http://www.ecars.bg/blogs/techno-1/1158-bosch-kupi-seeo-solid-state-baterii#jacommentid:1575 (I’ll PM access).
One last thing – If I click on JA Comment Add Comment link on the homepage when it loads the article it show the top, and does not anchor to the JA Comment window (had this issue with all previous versions as well when I upgraded Teline IV).
P.S. As always (sinve 3 years now) I don’t receive forum notifications no matter I’m subscribed to.
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
September 7, 2015 at 4:44 am #682013Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
September 7, 2015 at 4:44 am #747665obliat Friendobliat
- Join date:
- December 2010
- Posts:
- 416
- Downloads:
- 12
- Uploads:
- 64
- Thanks:
- 108
- Thanked:
- 31 times in 1 posts
September 7, 2015 at 8:58 am #682070Have to figure out access for you as I use Admin Tools and have admin IP whitelist rule.
I fixed Add comment link as I have some notes on the issue that your colleagues fixed before for me (ticket 93105) It’s as follows:
In “/components/com_jacomment/themes/default/html/comments/getbutton.php” file
from:
<?php echo $links."#ja-contentwrap"; ?>
change to:
<?php echo $links."#jac-wrapper"; ?>
I’ll PM you to arrange login credentials.
obliat Friendobliat
- Join date:
- December 2010
- Posts:
- 416
- Downloads:
- 12
- Uploads:
- 64
- Thanks:
- 108
- Thanked:
- 31 times in 1 posts
September 7, 2015 at 8:58 am #747713Have to figure out access for you as I use Admin Tools and have admin IP whitelist rule.
I fixed Add comment link as I have some notes on the issue that your colleagues fixed before for me (ticket 93105) It’s as follows:
In “/components/com_jacomment/themes/default/html/comments/getbutton.php” file
from:
<?php echo $links."#ja-contentwrap"; ?>
change to:
<?php echo $links."#jac-wrapper"; ?>
I’ll PM you to arrange login credentials.
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
September 8, 2015 at 7:16 am #682299Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
September 8, 2015 at 7:16 am #747814 -
AuthorPosts
This topic contains 19 replies, has 3 voices, and was last updated by Luna Garden 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum