Attempting to use Image Gallery Pro by Joomlaworks with Music however it seems to push the comment form out of the way, the more images you have the worse it gets.
Does anyone know of a solution for this issue - thanks.
Don Lee wrote:I can't advise anything now, once you put it online give me the link then I will inspect into html/css stuff to check what is wrong to fix.
/templates/gk_music/html/com_k2/templates/default/item.php
<!-- K2 Plugins: K2CommentsBlock -->
<div class="clr"></div>
mydotit wrote:Hello, sorry if I do not write very good English.
I have a problem when an unregistered user wants to submit a review can not do that because I set it to record, and here is all right.
But when a user is registered and wants to write a comment there is no form to add your comment.
What can I do to solve this problem?
thanks
Don Lee wrote:mydotit wrote:Hello, sorry if I do not write very good English.
I have a problem when an unregistered user wants to submit a review can not do that because I set it to record, and here is all right.
But when a user is registered and wants to write a comment there is no form to add your comment.
What can I do to solve this problem?
thanks
Can you send me the link where I can see the problem? Also if possible please PM me backend account.
Thanks,
Don Lee wrote:Thank you, I see the problem now. Can you please help me check if the issue from template nor K2 by removing this file \templates\gk_music\html\com_k2\templates\default\item_comments_form.php
After removing, open the link again to check if comment form appears. You can PM me FTP access for faster check & help.
<?php echo $this->loadTemplate('comments_form'); ?>
pkramerf wrote:Update:
Apparently there is something wrong whith the "if" declaration in item.php.
If you add:
- Code: Select all
<?php echo $this->loadTemplate('comments_form'); ?>
After the last clear Div, you see that the forms are displayed.
I hope this helps.
pkramerf wrote:I looked in to what mydotit said about the user groups. I figured out the problem, im just not able to fix it yet...
So the problem is the following:
If you put K2 on comments only for registered users, it will only show the comment forms when the registered user is part of a group with commenting rights.
The standard "registered" group isn't working correctly, for some vague reason. Deleting the group and remaking it with comment rights is sufficient to make the comment forms appear with all users who are assigned to this new group.
Now the problem is that even if you put the K2 parameters to assign new users to this group (you can of course call it what ever you want) they new users created by the Facebook Login are still not added to this group. When created they have no K2 group, hence have no rights to comment. Once you add them manually to the group, they will be able to comment.
Naturally this is less than ideal. I would like a Gavick developer to give it a look. As there is also a problem with the facebook login, which only works in the Home page, and in none other.
So in short, Face Book login only works in the Home page and users created by it don't get the right K2 group assigned to it.
I dont mind sharing a website log-in for all to take a look. Just PM me if you would like it.
Regards,