-
AuthorPosts
-
kmjrecords Friend
kmjrecords
- Join date:
- August 2011
- Posts:
- 159
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 77
- Thanked:
- 6 times in 1 posts
September 1, 2011 at 7:43 am #168053I am trying to install envolve Chat on JA Community Site.
I was trying to insert the following line -<jdoc:include type=”modules” name=”envolve-chat” style=”raw” /> immediately above the </body> tag in the template.
Instead the following was was in the edit template page.if (class_exists(‘T3Template’)) {
$tmpl = T3Template::getInstance($this);
$tmpl->render();
return;
} else {
//Need to install or enable JAT3 Plugin
echo JText::_(‘Missing jat3 framework plugin’);
}khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 1, 2011 at 8:36 am #410011Hi,
I don’t understand your intention.Can you explain?Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
September 1, 2011 at 8:59 am #410014Hi,
You have to open /plugins/system/jat3/base-themes/default/page/default.php
I suggest that you create a copy of this on /templates/<your template>/page/default.php and then add your code to this file so you won’t have to do this again after an upgrade of JAT3 Plugin.
Regards
Manos
1 user says Thank You to Manos for this useful post
kmjrecords Friendkmjrecords
- Join date:
- August 2011
- Posts:
- 159
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 77
- Thanked:
- 6 times in 1 posts
September 1, 2011 at 5:23 pm #410071Ok Thanks. where in joomla would I find /plugins/system/jat3/base-themes/default/page/default.php
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
September 1, 2011 at 6:15 pm #410085Hi,
You are on J1.5.x or 1.7.x ?
Regards
Manos
1 user says Thank You to Manos for this useful post
kmjrecords Friendkmjrecords
- Join date:
- August 2011
- Posts:
- 159
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 77
- Thanked:
- 6 times in 1 posts
September 1, 2011 at 6:22 pm #410088I’M using 1.7. JA Community 1.7 Oh thanks the Slideshow is working wonderfully!!
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
September 1, 2011 at 6:26 pm #410089You are welcome!
Did you find the /plugins/system/jat3/base-themes/default/page/default.php or not ?
It’s on your installation (live site) under plugins folder.Regards
Manos
kmjrecords Friendkmjrecords
- Join date:
- August 2011
- Posts:
- 159
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 77
- Thanked:
- 6 times in 1 posts
September 1, 2011 at 6:51 pm #410094No not yet. I still have not found it.
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
September 1, 2011 at 7:04 pm #410097You will if you take a look with ftp here -> /plugins/system/jat3/base-themes/default/page/default.php
1 user says Thank You to Manos for this useful post
kmjrecords Friendkmjrecords
- Join date:
- August 2011
- Posts:
- 159
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 77
- Thanked:
- 6 times in 1 posts
September 1, 2011 at 7:07 pm #410098ok will get on it.
kmjrecords Friendkmjrecords
- Join date:
- August 2011
- Posts:
- 159
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 77
- Thanked:
- 6 times in 1 posts
September 1, 2011 at 7:16 pm #410099ok I found it. Do I open it in a browser? It looks like there are two versions./plugins/system/jat3/jat3/base-themes/default/page See how the Jat3 is within another folder.
kmjrecords Friendkmjrecords
- Join date:
- August 2011
- Posts:
- 159
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 77
- Thanked:
- 6 times in 1 posts
September 2, 2011 at 4:08 am #410175OK I found it, but how do i open it?
kmjrecords Friendkmjrecords
- Join date:
- August 2011
- Posts:
- 159
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 77
- Thanked:
- 6 times in 1 posts
September 2, 2011 at 5:23 am #410180OK I found it. I added the the code above the tag and then uploaded the new file.
kmjrecords Friendkmjrecords
- Join date:
- August 2011
- Posts:
- 159
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 77
- Thanked:
- 6 times in 1 posts
September 2, 2011 at 5:42 am #410182Ok it didn’t help. I installed the latest version JAT3 Plugin and I still get the same error code. See Below
if (class_exists(‘T3Template’)) {
$tmpl = T3Template::getInstance($this);
$tmpl->render();
return;
} else {
//Need to install or enable JAT3 Plugin
echo JText::_(‘Missing jat3 framework plugin’);
}HELP!!!!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 2, 2011 at 5:53 am #410184Patience, my friend . . . . Manos will be back soon.
I’ve already left him a message to make sure he checks back here to try to further assist you.
😎
1 user says Thank You to TomC for this useful post
-
AuthorPosts
This topic contains 21 replies, has 4 voices, and was last updated by Manos 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum