- Posts: 23
COMMUNITY FORUM
Popup Moderate comments to my published items
- Vlad
-
Topic Author
- Offline
- Junior Member
Less
More
10 years 9 months ago - 10 years 9 months ago #130578
by Vlad
Popup Moderate comments to my published items was created by Vlad
Hi,
I am new to K2. Liking it so far. Thank you development team.
I have an issue. When a user logs in, there is a popup 'Moderate comments to my published items' and there is no way to close it.
I have enabled K2 user module on sidebar 2 position. I think this link should appear there.
Please guide what did I do wrong.
Thanks
I am new to K2. Liking it so far. Thank you development team.
I have an issue. When a user logs in, there is a popup 'Moderate comments to my published items' and there is no way to close it.
I have enabled K2 user module on sidebar 2 position. I think this link should appear there.
Please guide what did I do wrong.
Thanks
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
10 years 9 months ago #130579
by Lefteris
Replied by Lefteris on topic Re: Popup Moderate comments to my published items
Hi. Do you mean that you want to hide the link or you that when you open the link you cannot close the modal?
Please Log in or Create an account to join the conversation.
- Vlad
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 23
10 years 9 months ago - 10 years 9 months ago #130580
by Vlad
Replied by Vlad on topic Re: Popup Moderate comments to my published items
I would like to hide the link.
It should show with the K2 user menu, not as a popup.
I can go and edit the .php file but thought there might be an easier way.
If I delete it from the code, how will the user moderate comments? Thanks
It should show with the K2 user menu, not as a popup.
I can go and edit the .php file but thought there might be an easier way.
If I delete it from the code, how will the user moderate comments? Thanks
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 9 months ago #130581
by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Popup Moderate comments to my published items
This can only work within an iframe.
The easiest way is the modal. Alternatively you can embed that iframe in your module override. the source is:
The easiest way is the modal. Alternatively you can embed that iframe in your module override. the source is:
<?php echo JRoute::_('index.php?option=com_k2&view=comments&tmpl=component'); ?>
Please Log in or Create an account to join the conversation.
- Vlad
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 23
10 years 9 months ago #130582
by Vlad
Replied by Vlad on topic Re: Popup Moderate comments to my published items
So it is a designed feature to have the popup in top middle of the page that no one can close instead of having it in the K2 user menu?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 9 months ago #130583
by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Popup Moderate comments to my published items
If there is an error in your template and it cannot close, it does not mean it was designed that way.
It was designed to work within Joomla!'s default modal.
It was designed to work within Joomla!'s default modal.
Please Log in or Create an account to join the conversation.
- Vlad
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 23
10 years 8 months ago #130584
by Vlad
Replied by Vlad on topic Re: Popup Moderate comments to my published items
Thank you for pointing me in the right direction.
After lot of struggle, I finally came to the same conclusion that the framework T3 is not compatible with K2.
After lot of struggle, I finally came to the same conclusion that the framework T3 is not compatible with K2.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
10 years 8 months ago #130585
by Lefteris
Replied by Lefteris on topic Re: Popup Moderate comments to my published items
@Vlad
T3 is compatible with K2. What you have sounds like a JS/CSS conflict. Have you asked the T3 support for any help regarding this?
T3 is compatible with K2. What you have sounds like a JS/CSS conflict. Have you asked the T3 support for any help regarding this?
Please Log in or Create an account to join the conversation.