Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • hilfiger Friend
    #356003

    thanx, i will try this and come back

    did u do an 1.2.0 clean install or an upgrade?

    EDIT: it works with your code, thanx alot

    hilfiger Friend
    #356104

    i did test the beta and dosnt work, but 1.6 stable works just fine 🙂

    jmpi Friend
    #356139

    <em>@hilfiger 194618 wrote:</em><blockquote>Almost no component or module works propely on this template, dont know css so i am stuck with an unfinished website….

    Got about 6 threads open, and no real answers from mods, but they answer realy fast when got critics…

    I might move to a difrent template too, to bad the 7 days money back are gone :)</blockquote>

    let me say something about your critic:

    i buying and testing alot of components / templates for joomla – but the best support i ever got is here from joomlart, they help always – (my experience)

    ok, sometimes it takes some days, but they do their work – try other, and you will see yourself.

    rlgonzalez50 Friend
    #356873

    <em>@lpeet01 194632 wrote:</em><blockquote>Try this, I use CometChat on my site. Also, I’m currently using JA Social with 30+ extensions with only one issue and the vendor is working on that now.

    This works when the user logs in it will show the chat bar, when user logs out bar goes away.

    Modify:
    plugins/system/jat3/base-themes/default/blocks/head.php

    top of head.php
    <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js”></script>
    <script>jqcc=jQuery.noConflict(true);</script>

    bottom of head.php
    <?php
    $my =& JFactory::getUser();
    if (!empty($my->id)) {
    ?>
    <!– CometChat Footer Code Start –>
    <link type=”text/css” rel=”stylesheet” media=”all” href=”/cometchat/cometchatcss.php” charset=”utf-8″ />
    <script type=”text/javascript” src=”/cometchat/cometchatjs.php” charset=”utf-8″></script>
    <!– CometChat Footer Code End –>
    <?php
    }
    ?>

    Note: This CometChat config is for JomSocial integration

    Hope it helps</blockquote>

    This worked, but the bar is always visible.

    According to your post says, it should disappear when they are logged.

    I did the following:

    <?php
    /*
    # ------------------------------------------------------------------------
    # JA T3v2 Plugin - Template framework for Joomla 1.5
    # ------------------------------------------------------------------------
    # Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
    # @license - GNU/GPL V2, http://www.gnu.org/licenses/gpl2.html. For details
    # on licensing, Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
    # Author: JoomlArt.com
    # Websites: http://www.joomlart.com - http://www.joomlancers.com.
    # ------------------------------------------------------------------------
    */
    ?>

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    <script>jqcc=jQuery.noConflict(true);</script>

    <?php if (T3Common::mobile_device_detect()=='iphone'):?>
    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=5.0; user-scalable=1;" />
    <meta name="apple-touch-fullscreen" content="YES" />
    <?php endif;?>

    <?php if (T3Common::mobile_device_detect()):?>
    <meta name="HandheldFriendly" content="true" />
    <?php endif;?>

    <link href="<?php echo T3Path::getUrl('images/favicon.ico') ?>" rel="shortcut icon" type="image/x-icon" />

    <?php JHTML::stylesheet ('', 'templates/system/css/system.css') ?>
    <?php JHTML::stylesheet ('', 'templates/system/css/general.css') ?>

    <!-->
    <style>
    .clearfix { display: inline-block; } /* IE7xhtml*/
    </style>
    <!-->

    <!-- CometChat Footer Code Start -->
    <link type="text/css" rel="stylesheet" media="all" href="cometchat/cometchatcss.php" charset="utf-8" />
    <script type="text/javascript" src="cometchat/cometchatjs.php" charset="utf-8"></script>
    <!-- CometChat Footer Code End -->

Viewing 4 posts - 16 through 19 (of 19 total)

This topic contains 19 replies, has 7 voices, and was last updated by  rlgonzalez50 13 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum