Author Topic: SMF Shop not working for Default & DilberMC  (Read 2425 times)

Offline RedNecK

SMF Shop not working for Default & DilberMC
« on: October 23, 2007, 11:31:00 pm »
I've read this in another post but unable to post there.

I've installed SMF Shop and it works fine, but during install I had an error that the test failed in the /theme/default/display.template.php ... i installed it anyway since i found where i could manually fix this error.

Now the problem:

Template Parse Error!
There was a problem loading the /Themes/default/Display.template.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.

You may want to try to refresh this page or use the default theme.
--------------------------------------------------------------------------------


Parse error: parse error, unexpected T_ECHO in .../Themes/default/Display.template.php on line 245

236:
237:    // These are some cache image buttons we may want.
238:    $reply_button = create_button('quote.gif', 145, 'smf240', 'align="middle"');
239:    $modify_button = create_button('modify.gif', 66, 17, 'align="middle"');
240:    $remove_button = create_button('delete.gif', 121, 31, 'align="middle"');
241:    $split_button = create_button('split.gif', 'smf251', 'smf251', 'align="middle"');
242:
243: // Time to display all the
244: s
245:    echo '246: <table cellpadding="0" cellspacing="0" border="0" width="100%" class="bordercolor">';
247:
248:    // Get all the messages...
249:    while ($message = $context['get_message']())


I'm still learning when it comes to this... but i got it working perfectly on other themes just not my forum default theme and the default core theme.  Can anyone help me out with this please?