-
AuthorPosts
-
March 7, 2011 at 10:49 am #161120
We have installed Ja Comment with your help, but we still have some issues.
When posting a new comment it just says loading but it stays loading (with the icon). If we refresh the page the new comment is displayed. Why so?
Also the quote, just says “quote” (in code) but it doesnt show the text inbetween the tags any different.
Can you have a look at these errors?
nghiatd Friendnghiatd
- Join date:
- October 2009
- Posts:
- 324
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 7
- Thanked:
- 39 times in 37 posts
March 8, 2011 at 4:25 am #380204Hello,
Please update your site access information in this link:
http://support.joomlart.com/index.php?/Tickets/Ticket/View/66779/-1/-1/-1
I found in some your tickets and you removed your information.Best Regards.
nghiatd Friendnghiatd
- Join date:
- October 2009
- Posts:
- 324
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 7
- Thanked:
- 39 times in 37 posts
March 9, 2011 at 9:29 am #380489Hello,
Please turn the config “Enable bbcode” ON in administrator/index.php?option=com_jacomment&view=configs&group=layout to view quote.
I already turned it on and your site runs fine now.Best Regards.
March 9, 2011 at 11:03 am #380500Thanks. We would however really not give the possibility to use images and such. We just need a simple commentingsystem. Cant we get this without the BBcode?
I see that the quote function works now which is great!
Another issue I found is that all comments starts out with +1 vote… Shoulnt it start with 0?
nghiatd Friendnghiatd
- Join date:
- October 2009
- Posts:
- 324
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 7
- Thanked:
- 39 times in 37 posts
March 10, 2011 at 4:11 am #380648Hello,
@cant we get this without the BBcode?
Sorry you can’t because Quote is a function of BBcode.
But you can use css to disable BBcode. Please open file components/com_jacomment/themes/default/css/style.css
find the code:
#jac-wrapper .form-actions {
background: none repeat scroll 0 0 #EEEEEE;
margin: 0;
padding: 5px 5px 3px;
position: relative;
}
(default in line 413) then edit it to:
#jac-wrapper .form-actions {
background: none repeat scroll 0 0 #EEEEEE;
margin: 0;
padding: 5px 5px 3px;
position: relative;
display:none;
}
@another issue I found is that all comments starts out with +1 vote… Shoulnt it start with 0?
When you post new comment this mean is you already voted it so it start with 1.Best regards.
March 10, 2011 at 10:04 am #380705Thanks it works! But now the loading issue got back (also if I dont do the css)… I’ve added you on Skype now
I think its very illogical that all comments starts with 1 vote and that people can vote on their own comment. Can I change something in the code so it just starts out with zero?
nghiatd Friendnghiatd
- Join date:
- October 2009
- Posts:
- 324
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 7
- Thanked:
- 39 times in 37 posts
March 11, 2011 at 8:35 am #380887Hello,
@i think its very illogical that all comments
Please find this code in function [PHP]function addNewComment(){[/PHP] of the file components/com_jacomment/controllers/conments.php(default in line 1494)
$post['voted'] = 1;
change it to
$post['voted'] = 0;
@the loading issue got back
Please send me the link of your login form.
I can’t find it to login so i can’t post new comment.Best regards.
1 user says Thank You to nghiatd for this useful post
June 24, 2011 at 1:09 am #398130I am having the same “loading” issue.
I posted a support item on this at but still haven’t received any answers.
http://www.joomlart.com/forums/topic/javascript-error-after-post-a-comment/Any ideas?
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
June 27, 2011 at 10:08 am #398627Hello,
Could you provide me with your FTP account? I need to diagnose your code.
Please use the following ticket link to update your information: http://support.joomlart.com/index.php?/Tickets/Ticket/View/75328
Thank you.
June 30, 2011 at 9:42 pm #399398No word from you yet and my ticket was marked closed.
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
July 1, 2011 at 7:25 am #399475<em>@kostrom 250857 wrote:</em><blockquote>No word from you yet and my ticket was marked closed.</blockquote>
Hello,
You posted a lot of duplicated tickets and you said that I can disregard them. So I closed all duplicated tickets and you can now follow this link http://support.joomlart.com/index.php?/Tickets/Ticket/View/75327 for progress of the problem.
Thank you.
-
AuthorPosts
This topic contains 11 replies, has 4 voices, and was last updated by Stork11 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum