murciano Posted September 6, 2006 Posted September 6, 2006 the problem is that this conversion is of a previous version ########################################################### 2.10 In catalog\create_account_success.php FIND: ######################################################## <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td align="right"><?php echo '<a href="' . $origin_href . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> ######## REMPLACE WITH: ######## <!-- phpbb2 edited by slackbro' --> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td align="right"><?php echo '<a href="../phpbb2/"><img src="includes/languages/english/images/buttons/button_forum.gif" border="0"></a>'; ?> <?php echo '<a href="' . $origin_href . '"><img src="includes/languages/english/images/buttons/button_webshop.gif" border="0"></a>'; ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <!-- phpbb2 edited by slackbro' eof --> AND THIS IT IS THE CODE OF THE VERSION THAT I USE AND THAT I NEED TO ADAPT : <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td><?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> thanks for the aid. Quote
anderskiel Posted September 9, 2006 Posted September 9, 2006 Hope you got it working :D Any luck with getting the session thing working? slackbro' Quote
anderskiel Posted September 25, 2006 Posted September 25, 2006 (edited) Sorry I don't think i undestood your post as a question the first time i read it... have just had another look at it Try to replace: <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td><?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> with: <!-- phpbb2 edited by slackbro' --> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td align="right"><?php echo '<a href="../phpbb2/"><img src="includes/languages/english/images/buttons/button_forum.gif" border="0"></a>'; ?> <?php echo '<a href="' . $origin_href . '"><img src="includes/languages/english/images/buttons/button_webshop.gif" border="0"></a>'; ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <!-- phpbb2 edited by slackbro' eof --> All you doing here is placing a button to link to the forum. But if you have changed the layout of your pages it might look different to mine. Hope this helps - sorry for the first misunderstanding :'( Se the original support thread for further info and updates. I have just uploaded the new version 0.2 Edited September 25, 2006 by anderskiel Quote
anderskiel Posted September 25, 2006 Posted September 25, 2006 Sorry forgot the url to the support thread >_< but here it is support thread :thumbsup: 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.