-
AuthorPosts
-
rickozoid2 Friend
rickozoid2
- Join date:
- December 2011
- Posts:
- 22
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
October 9, 2012 at 5:47 pm #469554Thank you sooooooo much for this, ive been trying to work this out for ages now
zloy_lamer Friendzloy_lamer
- Join date:
- August 2010
- Posts:
- 7
- Downloads:
- 7
- Uploads:
- 0
- Thanked:
- 2 times in 2 posts
October 15, 2012 at 7:13 am #470064for 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 Friendrickozoid2
- Join date:
- December 2011
- Posts:
- 22
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
June 17, 2013 at 12:43 pm #496059Hi, 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 DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
June 18, 2013 at 10:30 am #496156Hi 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 Friendrickozoid2
- Join date:
- December 2011
- Posts:
- 22
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
June 21, 2013 at 4:02 pm #496519Thank you Wall Crasher just sent a PM 😉
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
June 25, 2013 at 1:50 am #496773Hi rickozoid2,
The twitter module is not working because Twitter has change their API.
https://dev.twitter.com/blog/api-v1-is-retiredWe will try to fix this issue as soon as possible.
Regards
rickozoid2 Friendrickozoid2
- Join date:
- December 2011
- Posts:
- 22
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
July 1, 2013 at 9:58 am #497475Thanks Wall Crasher, do I need to re-create the API? its probably easy enough I would have thought
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
July 2, 2013 at 7:37 am #497641Hi 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
1 user says Thank You to Wall Crasher for this useful post
-
AuthorPosts
This topic contains 23 replies, has 11 voices, and was last updated by Wall Crasher 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum