-
AuthorPosts
-
webjwn Friend
webjwn
- Join date:
- March 2011
- Posts:
- 161
- Downloads:
- 94
- Uploads:
- 48
- Thanks:
- 51
- Thanked:
- 5 times in 2 posts
November 8, 2011 at 9:35 pm #170515I am using the ja_events template on J1.7.1.
I got this issue:
Go to ‘template manager’->ja_events->profiles, scroll down to the ‘Theme settings’ section, the theme setting is supposed to be a drop down list, instead of a group of checkbox. You can NOT check on of off any boxes there.
Any body experience the same issue as I am?
Thanks.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 9, 2011 at 4:56 pm #423839Could you give me username+password of your backend and ftp? I will check it.
webjwn Friendwebjwn
- Join date:
- March 2011
- Posts:
- 161
- Downloads:
- 94
- Uploads:
- 48
- Thanks:
- 51
- Thanked:
- 5 times in 2 posts
November 9, 2011 at 5:20 pm #423849<em>@khoand 281666 wrote:</em><blockquote>Could you give me username+password of your backend and ftp? I will check it.</blockquote>
Hi khoand,
Thank you for your reply. Here is the info you need:
Please see you message box.khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 11, 2011 at 1:56 pm #424223in fact the probelm is related to the “Multil site” component, it modified the core JPATH_SITE consant variable so that the path to some of t3 css/js files is not correct, I jsut fixed it, the files were modified are
plugins/system/jat3/jat3/core/admin/index.php
plugins/system/jat3/jat3/core/element/jathemesettings.php
Notice those changes so when you update the t3 you should take a look at those files.1 user says Thank You to khoand for this useful post
webjwn Friendwebjwn
- Join date:
- March 2011
- Posts:
- 161
- Downloads:
- 94
- Uploads:
- 48
- Thanks:
- 51
- Thanked:
- 5 times in 2 posts
November 11, 2011 at 4:49 pm #424246Thank you very much for your time and the fix!
By the way, what was the code you make the changes to?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 12, 2011 at 6:58 pm #424387In plugins/system/jat3/jat3/core/admin/index.php, I added
if ( defined( 'MULTISITES_ID')) {
$parts = explode(DS, dirname(__FILE__));
$parts = array_mpop($parts,6);
define( 'JPATH_ROOTO', implode( DS, $parts ) );define( 'JPATH_SITEO',JPATH_ROOTO );
}
In plugins/system/jat3/jat3/core/element/jathemesettings.php, I replace
$uri = str_replace(DS,"/",str_replace( JPATH_SITE, JURI::base (), dirname(__FILE__) ));
with
$uri = str_replace(DS,"/",str_replace( JPATH_SITEO, JURI::base (), dirname(__FILE__) ));
webjwn Friendwebjwn
- Join date:
- March 2011
- Posts:
- 161
- Downloads:
- 94
- Uploads:
- 48
- Thanks:
- 51
- Thanked:
- 5 times in 2 posts
January 3, 2012 at 6:41 pm #432352Howdy
We are still having problems with this issue on some of our production websites. We have comment out the code in production.
When I make the suggested changes on our test site; I get the following when I edit the template.I thank you for your attention in this matter.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
January 13, 2012 at 8:23 am #433711You create a new ticket for your problem with your username+password of backend and ftp. And you inform me, I will help you.
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by khoand 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum