Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update iflychat-joomla-3 #4

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion com_iflychat/admin/iflychat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<license>GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://iflychat.com</authorUrl>
<version>1.0.9</version>
<version>1.0.10</version>
<description>iFlyChat allows visitors of your Joomla site to chat with each other privately (one-to-one chat) or together in chat rooms.</description>


Expand Down
2 changes: 1 addition & 1 deletion com_iflychat/iflychat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<license>GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://iflychat.com</authorUrl>
<version>1.0.9</version>
<version>1.0.10</version>
<description>iFlyChat allows visitors of your Joomla site to chat with each other privately (one-to-one chat) or together in chat rooms.</description>


Expand Down
2 changes: 2 additions & 0 deletions com_iflychat/site/views/auth/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ function iflychat_get_user_profile_url() {
}

else {
if( ( file_exists( JPATH_SITE . '/libraries/CBLib/CBLib/Core/CBLib.php' ))||(file_exists(JPATH_ADMINISTRATOR . '/components/com_comprofiler/plugin.foundation.php'))){
require_once( JPATH_ADMINISTRATOR . '/components/com_comprofiler/plugin.foundation.php');
global $_CB_framework;
$user = JFactory::getUser()->id;
Expand All @@ -287,6 +288,7 @@ function iflychat_get_user_profile_url() {
//print_r($profilLink);
return $profilLink;
}
}
else{
$upl = 'javascript:void()';
return $upl;
Expand Down
8 changes: 4 additions & 4 deletions iflychat_update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<description>iFlyChat package</description>
<element>pkg_iflychat</element>
<type>package</type>
<version>1.0.11</version>
<version>1.0.12</version>
<infourl title="iflychat">https://www.iflychat.com</infourl>
<downloads>
<downloadurl type="full" format="zip">https://iflychat.com/downloads/joomla-2-5/pkg_iflychat_1.0.11.zip</downloadurl>
<downloadurl type="full" format="zip">https://iflychat.com/downloads/joomla-2-5/pkg_iflychat_1.0.12.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
Expand All @@ -25,10 +25,10 @@
<description>iFlyChat package</description>
<element>pkg_iflychat</element>
<type>package</type>
<version>1.0.9</version>
<version>1.0.10</version>
<infourl title="iflychat">https://www.iflychat.com</infourl>
<downloads>
<downloadurl type="full" format="zip">https://iflychat.com/downloads/joomla-3/pkg_iflychat_1.0.9.zip</downloadurl>
<downloadurl type="full" format="zip">https://iflychat.com/downloads/joomla-3/pkg_iflychat_1.0.10.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
Expand Down
2 changes: 1 addition & 1 deletion mod_iflychat/mod_iflychat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<license>GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://iflychat.com</authorUrl>
<version>1.0.9</version>
<version>1.0.10</version>
<description>iFlyChat allows visitors of your Joomla site to chat with each other privately (one-to-one chat) or together in chat rooms.</description>
<files>
<filename module="mod_iflychat">mod_iflychat.php</filename>
Expand Down
2 changes: 1 addition & 1 deletion pkg_iflychat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<author>iFlyChat Package Team</author>
<creationDate>March 2014</creationDate>
<packagename>iflychat</packagename>
<version>1.0.9</version>
<version>1.0.10</version>
<url>http://www.iflylabs.com/</url>
<packager>iFlyChat Package Team</packager>
<packagerurl>http://www.iflylabs.com/</packagerurl>
Expand Down