-
AuthorPosts
-
noibihappy2009 Friend
noibihappy2009
- Join date:
- January 2009
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 8
- Thanked:
- 6 times in 1 posts
March 26, 2009 at 2:44 pm #139604Hi,
With this template i can’t use with JomSocial.
Add Home JomSocial into menu. And at frontpage go to this, but … nothing. It loaded like … homepage !
Have any idea ?cgc0202 Friendcgc0202
- Join date:
- August 2007
- Posts:
- 2244
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 206
- Thanked:
- 262 times in 1 posts
March 26, 2009 at 2:58 pm #298253<em>@noibihappy2009 120554 wrote:</em><blockquote>Hi,
With this template i can’t use with JomSocial.
Add Home JomSocial into menu. And at frontpage go to this, but … nothing. It loaded like … homepage !
Have any idea ?</blockquote>It is a matter of priorities, and perhaps a choice later what to forego, if it comes to that.
My suspicion is more a conflict on the tools used. Read for example the SIGPRO incompatibility. And, how one person found a simple way to resolve the conflict.
Cornelio
noibihappy2009 Friendnoibihappy2009
- Join date:
- January 2009
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 8
- Thanked:
- 6 times in 1 posts
March 26, 2009 at 3:03 pm #298254Thank you.
So … what can i do now ?akwasi_c Friendakwasi_c
- Join date:
- August 2008
- Posts:
- 124
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 10
- Thanked:
- 8 times in 1 posts
March 31, 2009 at 1:24 am #299175There is a solution to this issue and there is a small modification of one of the php files and it will work. I have to check the code and get it to you. There is a conflict with Teline ‘home’ with jomsocial ‘home’
noibihappy2009 Friendnoibihappy2009
- Join date:
- January 2009
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 8
- Thanked:
- 6 times in 1 posts
March 31, 2009 at 1:46 am #299180Thank you
I’m watting 🙂April 1, 2009 at 3:34 pm #299493I am also interested in thisa issue. I have a site where Jomsocial can not be proprly used because of the issue. I look forward to your reply. 🙂
akwasi_c Friendakwasi_c
- Join date:
- August 2008
- Posts:
- 124
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 10
- Thanked:
- 8 times in 1 posts
April 1, 2009 at 9:59 pm #299552OK I couldn’t find the right modification but go to jomsocial and do a search for jomsocial with teline, and you will get the code to help make it work
May 26, 2009 at 8:42 pm #305914<em>@akwasi_c 122128 wrote:</em><blockquote>OK I couldn’t find the right modification but go to jomsocial and do a search for jomsocial with teline, and you will get the code to help make it work</blockquote>
Hello,
after hours of seaching joomlart.com, jomsocial.com and googling – no solutions is found. Could you please share your knowledge, at least the name of php file mentioned to check the confilct?Not only me would be very happy.
akwasi_c Friendakwasi_c
- Join date:
- August 2008
- Posts:
- 124
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 10
- Thanked:
- 8 times in 1 posts
May 26, 2009 at 8:57 pm #305915The solution is to change the function defined in ja_templatetool_1.5.php, on line 334 onwards:
FIND THIS:
Code: Select all
function isFrontPage(){
return (JRequest::getCmd( ‘view’ ) == ‘frontpage’) ;
}CHANGE IT TO THIS:
Code: Select all
function isFrontPage(){
//return (JRequest::getCmd( ‘view’ ) == ‘frontpage’) ;
if ( JRequest::getCmd(‘view’) == ‘frontpage’ && JRequest::getCmd(‘option’) == ‘com_content’ ) {
return true;
}
}hope this helps.”
3 users say Thank You to akwasi_c for this useful post
May 26, 2009 at 9:05 pm #305916excellent – works perfectly! You saved both my day as well upcoming night! 🙂
bancs Friendbancs
- Join date:
- September 2008
- Posts:
- 8
- Downloads:
- 2
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
July 2, 2009 at 12:56 pm #309780<em>@akwasi_c 130231 wrote:</em><blockquote>The solution is to change the function defined in ja_templatetool_1.5.php, on line 334 onwards:
FIND THIS:
Code: Select all
function isFrontPage(){
return (JRequest::getCmd( ‘view’ ) == ‘frontpage’) ;
}CHANGE IT TO THIS:
Code: Select all
function isFrontPage(){
//return (JRequest::getCmd( ‘view’ ) == ‘frontpage’) ;
if ( JRequest::getCmd(‘view’) == ‘frontpage’ && JRequest::getCmd(‘option’) == ‘com_content’ ) {
return true;
}
}hope this helps.”</blockquote>
I use the latest version V1.6, and follow you advice, but my template still can not show jomsocial, BTW, the line in ja_templatetool_1.5.php is 231, not on 334 in latest Teline verion, any sugestions?
bancs Friendbancs
- Join date:
- September 2008
- Posts:
- 8
- Downloads:
- 2
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
July 2, 2009 at 2:30 pm #309791<em>@bancs 135106 wrote:</em><blockquote>I use the latest version V1.6, and follow you advice, but my template still can not show jomsocial, BTW, the line in ja_templatetool_1.5.php is 231, not on 334 in latest Teline verion, any sugestions?</blockquote>
It works. Thank you
July 27, 2009 at 3:15 pm #312387Thank you very much!
Benjamin Falcon FriendBenjamin Falcon
- Join date:
- September 2014
- Posts:
- 74
- Downloads:
- 0
- Uploads:
- 20
- Thanks:
- 20
July 31, 2009 at 9:40 pm #312823I’m curious, what’s better, Jomsocial or Community Builder? Is anybody here using Teline II with Comunity Builder?
Thank you
September 29, 2009 at 3:28 pm #319026but how about “music collection” component: com_muscol ? this either not working
-
AuthorPosts
This topic contains 20 replies, has 14 voices, and was last updated by gotham01 13 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum