Haywyre Posted March 3, 2003 Share Posted March 3, 2003 I installed the Latest news contribution. Basically works, but I'm having the following problems: 1. It's not displaying the headline of the news article. Instead, it displays TABLE_HEADING_LATEST_NEWS 2. In admin, the option says BOX_CATALOG_LATEST_NEWS instead of Latest news. I looked around, but couldn't find an answer. Thanks for the help, Jim Quote Link to comment Share on other sites More sharing options...
Guest Posted March 3, 2003 Share Posted March 3, 2003 Ive not yet used this mod but i beleive its not been defined yet so that why it has that text. What i mean by defined is that the headline hasent been givin a meaning of text to display instead of what its presenting which really is what it is calling. To define the heading text look in catalog section - maybe application_top.php, general.php or most likely in your language files either in (if you are using english) english.php or in the english folder where your catalog text is mostly defined. Ide try (if your news mod shows in default.php catalog side) default.php language side and put: TABLE_HEADING_LATEST_NEWS define('TABLE_HEADING_LATEST_NEWS', 'Latest News'); If it works in default.php catalog side and then you go to view a product (which is product_info.php catalog side) and it doesnt work then you have to go again to the language folder and define the heading in the the product_info.php language side file. If it works then ya should do the same in the admin section: define('BOX_CATALOG_LATEST_NEWS', 'Latest News'); BTW, Back up your files before any changes. Quote Link to comment Share on other sites More sharing options...
Haywyre Posted March 4, 2003 Author Share Posted March 4, 2003 Thanks. That did the trick. Jim Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.