Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • rickozoid2 Friend
    #469554

    Thank you sooooooo much for this, ive been trying to work this out for ages now

    zloy_lamer Friend
    #470064

    for joomla 2.5

    <?php
    /**
    * ------------------------------------------------------------------------
    * JA T3 System Plugin for Joomla 2.5
    * ------------------------------------------------------------------------
    * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
    * Author: J.O.O.M Solutions Co., Ltd
    * Websites: http://www.joomlart.com - http://www.joomlancers.com
    * ------------------------------------------------------------------------
    */

    // No direct access
    defined('_JEXEC') or die;
    ?>
    <?php
    //get reference of this block and update its no-wrap attribute
    $block = & $this->getBlockXML (T3Common::node_attributes($block, 'name'), T3Common::node_attributes($block, 'parent', 'middle'));
    T3Common::set_node_attributes($block, 'no-wrap', 1);
    T3Common::set_node_attributes($block, 'no-main', 1);
    ?>
    <?php if (!$this->getParam ('option_layouts') && !$this->getParam ('option_screen') && !$this->getParam ('option_font') && !$this->getParam ('option_themes') && !$this->getParam ('option_direction') && !$this->getParam ('option_menu')) return ; ?>
    <div id="ja-cpanel-wrapper">
    <div id="ja-cpanel">
    <div id="ja-cpanel-main">

    <div class="ja-cpanel-tools clearfix">
    <jdoc:include type="modules" name="hellome" />
    </div>

    </div>
    <a href="#" id="ja-cpanel-toggle"><span>Cpanel</span></a>
    </div>
    </div>

    <script type="text/javascript">
    var tmpl_name = '<?php echo $this->template ?>';
    window.addEvent('load', function () {
    $('ja-cpanel-toggle').status == 'close';
    $('ja-cpanel-toggle').slider = new Fx.Slide('ja-cpanel-main', {duration: 400});
    $('ja-cpanel-toggle').slider.hide();
    $('ja-cpanel').setStyle ('top', 0);
    $('ja-cpanel-toggle').addEvent ('click', function (e) {
    this.slider.toggle();
    if (this.hasClass ('open')) {
    this.removeClass ('open').addClass ('close');
    } else {
    this.removeClass ('close').addClass ('open');
    }
    new Event(e).stop();
    });
    });
    </script>

    rickozoid2 Friend
    #496059

    Hi, this worked great for me over the last year, but I did an update and all hell broke loose on my site http://www.logicshesolutions.co.uk — in the end I had to replace my ftp admin folder in its entirety – everything went back to normal but i have completely lost the twitter text from within the module. module now updated and settings set as norm but no feed within the cpanel.

    Does anyone have any idea what could be causing my lack of text

    Regards

    Wall Crasher Developer
    #496156

    Hi rickozoid2,

    Please pm me admin and ftp account of site you’re working on. I will try to find the cause of the problem.

    Also, please describe the problem in more details so that I would easy track down this issue.

    Regards

    rickozoid2 Friend
    #496519

    Thank you Wall Crasher just sent a PM 😉

    Wall Crasher Developer
    #496773

    Hi rickozoid2,

    The twitter module is not working because Twitter has change their API.
    https://dev.twitter.com/blog/api-v1-is-retired

    We will try to fix this issue as soon as possible.

    Regards

    rickozoid2 Friend
    #497475

    Thanks Wall Crasher, do I need to re-create the API? its probably easy enough I would have thought

    Wall Crasher Developer
    #497641

    Hi rickozoid2,

    JA Twitter module has been upgraded. Here is details of its release:

    – Changelog: http://pm.joomlart.com/secure/ReleaseNote.jspa?projectId=10726&version=16576
    – Download: http://www.joomlart.com/forums/downloads.php?do=file&id=2601
    – Userguide: http://www.joomlart.com/forums/topic/ja-twitter-module-for-joomla-2-5-userguide/

    Backup your site and update it.

    Regards

Viewing 8 posts - 16 through 23 (of 23 total)

This topic contains 23 replies, has 11 voices, and was last updated by  Wall Crasher 10 years, 9 months ago.

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