How do I get rid of "Whats new in September" and what have you so it only diplays categories?
Latest News: (loading..)
How to get rid of "whats new" ?
Started by neoelectrex, Sep 06 2010, 03:44
7 replies to this topic
#1
Posted 06 September 2010, 03:44
#2
Posted 06 September 2010, 04:47
John,
You can find the language definitions in your language file (english.php)
Chris
You can find the language definitions in your language file (english.php)
Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
#3
Posted 06 September 2010, 05:44
DunWeb, on 06 September 2010, 04:47, said:
John,
You can find the language definitions in your language file (english.php)
Chris
You can find the language definitions in your language file (english.php)
Chris
it is catalog / includes / languages / english (or your language) / index.php
this
define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');
Change it to
define('TABLE_HEADING_NEW_PRODUCTS', '');
Nic
#4
Posted 06 September 2010, 05:48
Nic,
Actually,
It is in the english.php file as I said:
// whats_new box text in includes/boxes/whats_new.php
define('BOX_HEADING_WHATS_NEW', 'What\'s New?');
Chris
Actually,
It is in the english.php file as I said:
// whats_new box text in includes/boxes/whats_new.php
define('BOX_HEADING_WHATS_NEW', 'What\'s New?');
Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
#5
Posted 06 September 2010, 06:13
It might well be Chris but read the question again and John is asking how to get rid of the Whats new for September (%), which is in the index.php file
The one you are quoting does not relate to the question.
Nic
The one you are quoting does not relate to the question.
Nic
#6
Posted 06 September 2010, 06:16
Thanks guys I'll try these out and report back!
#7
Posted 21 September 2010, 22:30
neoelectrex, on 06 September 2010, 06:16, said:
Thanks guys I'll try these out and report back!
I can't get any of these solutions to work >.< I've almost got it all set up the way I'd like just this one thing is left aside from a custom theme I'm working on. Thanks again guys!
#8
Posted 21 September 2010, 23:55
Maybe what you want to know is here
If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >














