chooch Posted May 3, 2006 Posted May 3, 2006 lots of work put in to it but still looks stock... not too sure about the amount of black background Upon receiving fixes and advice, too many people don't bother to post updates informing the forum of how it went. Until of course they need help again on other issues and they come running back! Why receive the information you require in good faith for free, only to then have the attitude to ignore the people who gave it to you? There's no harm in saying, 'Thanks, it worked'. On the contrary, it creates a better atmosphere. CHOOCH
ironMIKE Posted May 3, 2006 Author Posted May 3, 2006 lots of work put in to it but still looks stock... Right, the hardest thing for a programmer is to have it look good. I'm just evaluating some template providers that also have usability in mind...
codex Posted May 16, 2006 Posted May 16, 2006 hello mike, i would like to ask. how to make another main index for catalog products only like in your shop catalog_index.php ? thank you.
ironMIKE Posted May 17, 2006 Author Posted May 17, 2006 how to make another main index for catalog products only like in your shop catalog_index.php ? Basically I renamed it to catalog_index.php and defined a new constant FILENAME_CATALOG_INDEX and replaced all references to FILENAME_INDEX to FILENAME_CATALOG_INDEX. I made this because I added a gallery, forum and a news section by duplicating the index.php/product_info.php scheme. on a stock MS2 it should be enough to have the /includes/filenames.php constant for index.php to point to an other file like 'catalog_index.php' ( define('FILENAME_INDEX', 'catalog_index.php') )
codex Posted May 17, 2006 Posted May 17, 2006 Basically I renamed it to catalog_index.php and defined a new constant FILENAME_CATALOG_INDEX and replaced all references to FILENAME_INDEX to FILENAME_CATALOG_INDEX. I made this because I added a gallery, forum and a news section by duplicating the index.php/product_info.php scheme.on a stock MS2 it should be enough to have the /includes/filenames.php constant for index.php to point to an other file like 'catalog_index.php' ( define('FILENAME_INDEX', 'catalog_index.php') ) Great! thank you for information.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.