Zen Cart Logo
Forums / General Questions / hide mainpage text on categorie page

hide mainpage text on categorie page

Locked

Views: 1,160

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
27 Nov 2006, 10:04 AM
#1
kookiewookie avatar

kookiewookie

New Zenner

Join Date:
Jun 2006
Posts:
75
Plugin Contributions:
0

hide mainpage text on categorie page

Hi!

I must be some setting somewhere.... but i just cannot find it.
I have one categorie with 3 sub categories.
when i click the categorie the mainpage text is shown - i want to hide that! - with below the three images of the three sub categories..( fine! )

anyone?

Thanks!

8 Dec 2006, 12:42 PM
#2
kookiewookie avatar

kookiewookie

New Zenner

Join Date:
Jun 2006
Posts:
75
Plugin Contributions:
0

Re: hide mainpage text on categorie page

i saw every confiugration option three times but nothing it seems...
anyone where to look when i want to try a hack?

thanks

16 Dec 2006, 11:58 AM
#3
noutje avatar

noutje

New Zenner

Join Date:
Mar 2005
Posts:
31
Plugin Contributions:
0

Re: hide mainpage text on categorie page

I think you have probably the FAQ MODULE installed?
I have this problem too and when I comment out the addition in /includes/application_top:

<?php
// include the list of extra open-operations files
  if ($za_dir = @dir(DIR_WS_INCLUDES . 'open-operations')) {
    while ($zv_file = $za_dir->read()) {
      if (strstr($zv_file, '.php')) {
        require(DIR_WS_INCLUDES . 'open-operations/' . $zv_file);
      }
    }
  }
?>

Then it works normal but there is an error in the FAQ box.

Still trying to fugure out what in the FAQ module causes this problem

17 Dec 2006, 1:39 PM
#4
kookiewookie avatar

kookiewookie

New Zenner

Join Date:
Jun 2006
Posts:
75
Plugin Contributions:
0

Re: hide mainpage text on categorie page

Indeed.... i have!

I do not use the fa module left or right box so am going ot give it a try then!

Thanks!