-
AuthorPosts
-
October 21, 2010 at 12:17 pm #155506
I installed “teline III v2” in local with quickstart but Jomsocial is broken in homepage, others page (photo, group, profiles, etc. ) go well instead, the same happens in live site. I found that the html code is present, but jomsocial frontpage don’t appears!
No problem with older versions of Teline!!!
Maybe a bug? Please help me!Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
October 21, 2010 at 12:41 pm #359841Can you post a link please?
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
October 21, 2010 at 6:14 pm #359895Also, Please check if you have this file present ::
components/com_community/templates/default/frontpage.index.php
October 21, 2010 at 11:42 pm #359949Yes “frontpage.index.php” is present in components/com_community/templates/default/frontpage.index.php, the problem is in the template.
Unfortunately I can’t post the link of my live site because I can’t use a version that not working correctly, so I decided to return at older version. However you can check the bug (I think so!) installing both Jomsocial (latest release) and a clean copy of Teline_iii v2 (quickstart package released in your download section) in local.I am not a programmer but i used firebug to compare the HTML code generated by Teline_iii v1 and Teline_iii v2 and I noticed that the problem is in the following tag:
<body class= “s3 frontpage” id=”bd”>
in fact if I try to change some letters in the code “s3 frontpage”, the template works correctly and Jomsocial frontpage appears.
why??
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
October 22, 2010 at 8:11 am #360025The reference for frontpage class seems to be breaking attribute for jomsocial styling
You can try go to ::
templates/ja_teline_iii_v2/hook.php and change this::
//custom_body_class
function custom_body_class () {
$cls = ”;
if (JRequest::getCmd (‘view’) == ‘frontpage’) $cls .= ‘ frontpage’;
return $cls;
}to
//custom_body_class
function custom_body_class () {
$cls = ”;
if (JRequest::getCmd (‘view’) == ”) $cls .= ‘ frontpage’;
return $cls;
}2 users say Thank You to aman204 for this useful post
October 23, 2010 at 5:05 pm #360227I have the same problem
(aman204, that doesnt fix it).:confused:
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
October 23, 2010 at 6:07 pm #360232<em>@sabbens 200085 wrote:</em><blockquote>I have the same problem
(aman204, that doesnt fix it).:confused:</blockquote>
Hi Sabbens,
Can you please provide in direct link to take closer look
October 23, 2010 at 7:17 pm #360254<em>@aman204 200092 wrote:</em><blockquote>Hi Sabbens,
Can you please provide in direct link to take closer look</blockquote>
http://www.webdesignromania.net
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
October 24, 2010 at 5:56 pm #360339<em>@sabbens 200118 wrote:</em><blockquote>
http://www.webdesignromania.net
</blockquote>I am unable to see the suggested change done
Other way, Can you please pm me ftp details and I can try it for you 🙂
1 user says Thank You to aman204 for this useful post
iabichino Friendiabichino
- Join date:
- October 2010
- Posts:
- 50
- Downloads:
- 67
- Uploads:
- 42
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
November 9, 2010 at 8:45 am #362055As a matter of fact this solved my problem!!!!
I guess a release with a correction of this and some other bugs should be offered soon! not everybody knows html code and this is the purpose why we use a template!
Thanks Aman204
November 18, 2010 at 1:38 pm #363274We have exactly the same problem with JomSocial Front Page 🙁
But If we apply above fix posted by @aman24 JomSocial working fine
but other components (8) return blank page 🙁Any other ideas….?
Thanks
Artur
iabichino Friendiabichino
- Join date:
- October 2010
- Posts:
- 50
- Downloads:
- 67
- Uploads:
- 42
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
November 18, 2010 at 1:54 pm #363278Arthur, I have solved the problem by installing the two modules, frontpage and news2 other wise the other solution is to delete in the code the word “frontepage” as suggested by another poster but in that case the menu linked to other modules or components do not work and it appear blank… so using the two modules for frontapage display and news is mandatory in a way…
Llet me know if you need further information
tonyNovember 18, 2010 at 2:15 pm #363280Hello Iabichino – Thanks for super fast replay!!!
Yesterday we try posted above solution but our other components (8) have blank page 🙁 – I post ticket in Support – The Joomlart Suport revert changed file and everything start working again, but JoomSocial front page stop working again 🙁 so problem still there :(:::::
We have installed and enabled both modules from the beginning this is a:
– JA News Frontpage
– JA News2Also we have one more strange problem
We are using Kuena Forum and when you use the kunena forum, you enabled the mootools upgrade plugin. Present, the Teline III version is having a issue with mootools 1.2
Joomlart Support wrote: our developers are fixing. and i replace: templates/ja_teline_iii_v2/js/ja.addmood.js by a empty file to resolve the issue, now the janews2 module will lost the drap and drop function
We can leave without drap and drop function this is not important for us
But now we have additional problem 🙁 in: JA News Frontage Module – The layout style we are using since last change by Joomlart Support This module Stop scrolling/rolling our news 🙁
Everything will be fine if page will be under development stage
But we are running Live Portal with Real Members that already start caring 😉Artur
iabichino Friendiabichino
- Join date:
- October 2010
- Posts:
- 50
- Downloads:
- 67
- Uploads:
- 42
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
November 18, 2010 at 2:26 pm #363281I had the same problem with Sobi2, after installing
– JA News Frontpage
– JA News2and after setting back the file hook.php to the original way, everything returned ok!
please see following post:
http://www.joomlart.com/forums/topic/no-jomsocial-frontpage/When I set it back everything returned fine again
Have a nice day
AntonioMediterranean Dream Weddings
The Florence Newspaper
November 18, 2010 at 7:17 pm #363315I just find some temp solution for Jomsolial Front Page problem by Pointing whole JomSocial to other template 🙂
But still no solution for nonworking JA News Frontage Module :(::::Any ideas…?
AuthorPostsThis topic contains 19 replies, has 9 voices, and was last updated by Andreas Weiß 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum