-
AuthorPosts
-
rjclaudin Friend
rjclaudin
- Join date:
- November 2010
- Posts:
- 3
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
November 12, 2010 at 11:21 am #156348My JA Teline III V2 dont show sections with Sobi2 and Myblog component.
If u see source code, you see correctly the html, but template dont show…
look for example herea post in myblog
http://www.periodistas-es.org/blogs/ana-de-luis/yo-no-vote-a-zpa user profile in myblog
http://www.periodistas-es.org/blogs/autor/ana-de-luisCheck source code for see text…
and for sobi 2 look this
http://www.periodistas-es.org/sobi2/alojamientoaman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
November 12, 2010 at 6:50 pm #362642You 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;
}rjclaudin Friendrjclaudin
- Join date:
- November 2010
- Posts:
- 3
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
November 13, 2010 at 8:51 am #362708OK let me explain, I used somedays ago this change for see Jomscial…the problem is:
if hook have:
//custom_body_class
function custom_body_class () {
$cls = '';
if (JRequest::getCmd ('view') == 'frontpage') $cls .= ' frontpage';
return $cls;
}Extention “Myblog” work
http://www.periodistas-es.org/blogs/concierto-de-javier-krahe-en-elaborigen-de-cercedilla
Extention Sobi2 work
http://www.periodistas-es.org/sobi2/alojamientobut Extention JomSocial dont work
http://www.periodistas-es.org/comunidad/inicio
have format index.php?option=com_community&view=frontpagey the other case if
//custom_body_class
function custom_body_class () {
$cls = '';
if (JRequest::getCmd ('view') == '') $cls .= ' frontpage';
return $cls;
}Jomsocial work but the other not
how can i make for all work….
corwin1 Friendcorwin1
- Join date:
- December 2007
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
November 13, 2010 at 12:53 pm #362740this is not a solution… Others componens doesn’t work after that fix. For example JReviews doesn’t work after that fix…
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
November 13, 2010 at 3:36 pm #362759Hi rjclaudin,
It does work fine for jomsocial if we remove in this code syntax as seen here in this thread:
http://www.joomlart.com/forums/topic/no-jomsocial-frontpage/
as It got sorted for another member here.
I am still, able to see specific class attribute in your case for jomsocial frontpage
Hi corwin1,
Can you provide direct link where you have jreviews installed to take closer look 🙂
rjclaudin Friendrjclaudin
- Join date:
- November 2010
- Posts:
- 3
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
November 14, 2010 at 10:51 am #362827if you use firebug and change line
<body class=”fs3 frontpage” id=”bd”> to <body class=”fs3″ id=”bd”>
then appears all jomsocial page correctLYthe final solution
function custom_body_class () {
$cls = '';
$option = JRequest::getVar( 'option' ,'');
if (JRequest::getCmd ('view') == 'frontpage' && $option == 'com_content') $cls .= ' frontpage';
return $cls;
}now all works:D
1 user says Thank You to rjclaudin for this useful post
corwin1 Friendcorwin1
- Join date:
- December 2007
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
November 15, 2010 at 9:03 am #362896<em>@rjclaudin 203499 wrote:</em><blockquote>if you use firebug and change line
<body class=”fs3 frontpage” id=”bd”> to <body class=”fs3″ id=”bd”>
then appears all jomsocial page correctLYthe final solution
function custom_body_class () {
$cls = '';
$option = JRequest::getVar( 'option' ,'');
if (JRequest::getCmd ('view') == 'frontpage' && $option == 'com_content') $cls .= ' frontpage';
return $cls;
}now all works:D</blockquote>
HI rjclaudin, after your fix JomSocial and JReviews are working properly. Thanks
corwin1 Friendcorwin1
- Join date:
- December 2007
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
November 18, 2010 at 10:25 pm #363328<em>@corwin1 203607 wrote:</em><blockquote>HI rjclaudin, after your fix JomSocial and JReviews are working properly. Thanks</blockquote>
I found that Ja News Frontpage is not working properly with that fix… I get informations from JA News Frontpage and down under there are featured articles one more time… which is completly useless….
-
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by corwin1 14 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum