- Posts: 25
COMMUNITY FORUM
ITPSharePoint K2 integration
- oliver87
- Topic Author
- Offline
- Junior Member
Less
More
13 years 1 month ago #99907
by oliver87
ITPSharePoint K2 integration was created by oliver87
Hi :)
I'am using ITPSharePoint for social bookmarks. Whatever ITP working with default Joomla system. Of course ITP is also integrated with K2 but in practice it doens't work at all.
In settings of this plugin i find this pool:
In specifications of this plugin i find information about full integration with K2 but doesn't work. Any ideas?
I'am using ITPSharePoint for social bookmarks. Whatever ITP working with default Joomla system. Of course ITP is also integrated with K2 but in practice it doens't work at all.
In settings of this plugin i find this pool:
In specifications of this plugin i find information about full integration with K2 but doesn't work. Any ideas?
Please Log in or Create an account to join the conversation.
- william white
- Offline
- Platinum Member
Less
More
- Posts: 3722
13 years 1 month ago #99908
by william white
Replied by william white on topic ITPSharePoint K2 integration
Your screen shot doesnt look like the documentations
Do you have advanced settings tab as here itprism.com/help/itpsharepoint-documentation in the plugin params
Do you have advanced settings tab as here itprism.com/help/itpsharepoint-documentation in the plugin params
Please Log in or Create an account to join the conversation.
- oliver87
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 25
13 years 1 month ago #99909
by oliver87
Replied by oliver87 on topic ITPSharePoint K2 integration
I have reinstaled it, set like in instruction, but doesn't work.
Maybe should I set point of rendering this buttons in item.php code somewere between.. ? Maybe this is a solution? It is for Virtue Mart so why not for K2?
<?php if($this->item->params->get('itemShareLinks')): ?> <!-- Item social links --> <div class="itemSocialLinksBlock"> <span><?php echo JText::_("Social sharing"); ?></span> <ul class="itemSocialLinks">
Maybe should I set point of rendering this buttons in item.php code somewere between.. ? Maybe this is a solution? It is for Virtue Mart so why not for K2?
<?php if($this->item->params->get('itemShareLinks')): ?> <!-- Item social links --> <div class="itemSocialLinksBlock"> <span><?php echo JText::_("Social sharing"); ?></span> <ul class="itemSocialLinks">
Please Log in or Create an account to join the conversation.
- william white
- Offline
- Platinum Member
Less
More
- Posts: 3722
13 years 1 month ago #99910
by william white
Replied by william white on topic ITPSharePoint K2 integration
It may need to be added to item.php in your override, not having used it im not sure
Please Log in or Create an account to join the conversation.