hi,
i upgrade my site from drupal 5.6 to drupal 5.10, front page is showing content but without CSS , may be it is a Cache related issue, because Drupal 5.10 having a lots of cache related issue. If this is version related problem, so which version of front page i have to use? please guide me.
i am using path module also,i think it's not creating any issue.
Kamlesh Patidar

Comments

Phillip Mc’s picture

Assigned: Unassigned » Phillip Mc
Priority: Critical » Minor

changing from critical to minor.

You don't need to upgrade your front_page.module if you've shifted from Drupal 5.6 to 5.10 and the front_page doesn't control style sheets in your theme. That is normally done in your page.tpl.php file or within modules.

Can you post a link to the site in question so we can have a look?

Or paste your page.tpl.php (or your page-front.tpl.php) file here to see if there's a problem with how if the path/to/your/front/css is correctly entered.

kamleshpatidar’s picture

Hi Phillip Mc,
Thanks for your quick response.as you r saying i didn't change in page.tpl.php after upgradate to drupal 5.10.In a front page code i am using some views, only one view (Latest News) is showing you can see in Snapshot , other views are not fatching, i think it's not a issue of view, may be something is changed in Drupal 5.10, which is not correct for front page.

Kamlesh Patidar

Phillip Mc’s picture

Status: Active » Closed (won't fix)

The front page module is working fine in version 5.10. When you say that some other views are not being displayed, it sounds like an issue with Views.module, Kamlesh...or your path/to/css has changed.

marking as won't fix but open back up the issue if you think it is something to do with the front page.module.

kamleshpatidar’s picture

Status: Closed (won't fix) » Closed (fixed)

hi Phillip Mc ,
Sorry for late response, your module is working with Drupal 5.10. i sorted out my problem, it was some view error. Thanks for your great & quick response.

Kamlesh Patidar