Need more front page explanation

  • wdesign
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 11 months ago #36161 by wdesign
I am using the Kindergarten theme as a sub theme on a school web site. www.sjschool.org It is used for the Early Childhood (ECLC) portion of the site. I would like the main link for the ECLC to use the kindergarten home page theme and the other pages the normal page theme.
I read through an earlier thread on this and tried the suggested change to the code but it didn't work for me.
I would like more explanation on how the text is applied to the home page also.

Lance

Please Log in to join the conversation.

More
10 years 11 months ago #36175 by ivan.milic
Code you found probably contains come page IDs , which are different form site to site and you need to put ones form your site. Post link to that post so I can see.

Please Log in to join the conversation.

  • wdesign
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 11 months ago #36180 by wdesign

Please Log in to join the conversation.

More
10 years 11 months ago #36181 by ivan.milic
So for this change:

Code:
<body<?php if ($menu->getActive() == $menu->getDefault()) { echo ' class="sparky_home"'; }else{ echo ' class="sparky_inner"'; } ?>>

with and if/else:
Code:
$currentMenuId = JSite::getMenu()->getActive()->id ; if ($currentMenuId==9999) { echo '<body class="sparky_home">'; }else{ echo '<body class="sparky_inner">'; }

9999 should be replaced with ID of menu item that is intended for kindergarten home page. ID is last column in menu items list view.

Please Log in to join the conversation.

  • wdesign
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 11 months ago #36182 by wdesign
Can you tell me also where the text on the home page comes from?

Please Log in to join the conversation.

More
10 years 11 months ago #36184 by ivan.milic
That page is of type Featured articles. So it shows featured articles.

Please Log in to join the conversation.

Time to create page: 0.172 seconds
Powered by Kunena Forum