Guest Posted December 11, 2003 Posted December 11, 2003 This may be the wrong forum to ask this but here goes. I want to combine the BTS Contribution with the define mainpage contribution. From what I can see the BTS splits the index.php files so that the define mainpage mod won't work. One overwrites the other. Can someone tell me how to combine the two contributions? Quote
paulm2003 Posted December 16, 2003 Posted December 16, 2003 Hi Tampaguy, I took a quick look but as far as I can see the define mainpage contribution only changes this to index.php: **CATALOG STEP 1 --> OPEN catalog/index.php: ==================================================================== Look for this around line 307 (near bottom): ==================================================================== <td class="main"><br><?php echo TEXT_MAIN; ?></td> ==================================================================== And replace that line with this: ==================================================================== <td class="main"><?php include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFINE_MAINPAGE); ?></td> It is a wild guess but can't you just make the above change to "catalog/templates/main_page.tpl.php" ? And if other files are affected also, do something alike? Quote
jello1 Posted December 16, 2003 Posted December 16, 2003 you caould DL max it has a bunch of contribs installed BTS, and main page Quote <span style='font-family:Courier'>If you can't fix it Perl it!!!...</span> ******************************
Guest Posted December 17, 2003 Posted December 17, 2003 Thanx Paul, I'll give it a shot. I dind';t realize at the time I posted that BTS lets you redo the index page thru the BTS template...DUH... And Jello, I tried the MAX Version already. MAX doesn't work well with IPOWER web hosting, UPS modules don't work and neither does the Authorizenet mods. So I went back to the 2.2 MS2 version and added the mods by hand, some of them anyway. Quote
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.