Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

pbpBB2 and osC shared account creation v. 0.1


murciano

Recommended Posts

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.

Link to comment
Share on other sites

  • 3 weeks later...

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 by anderskiel
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...