Witam,
Prosiłbym o pomoc w przerobieniu formularza zamówieniowego - służył mi on na starym forum (by przemo) i nie mam kompletnie pojęcia jak to podpiąć pod IPB (ma on się znajdywać pod logo i menu głównym)
<?
define('IN_PHPBB', true);
define('ATTACH', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
//
// End session management
//
$page_title = 'Inne';
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
$template->set_filenames(array(
'body' => 'sklepik.tpl')
);
$template->pparse('body');
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
i plik do którego się odwołuje czyli sklepik.tpl
<html>
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a></span></td>
</tr>
</table>
<table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline">
<tr>
<th height="5" class="thCornerL" nowrap="nowrap">Sklep</th>
</tr>
</table>
<table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline">
<tr id="hc_c1">
<td class="row1" align="left">
<!-- BEGIN OpisOpcji -->
<br>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="20px">
</td>
<td width="600px">
<b>Konto VIP - <font color="#00FF00">Dostępne!</font></b> <br />
Je¶li chcesz wykupić konto VIP naci¶nij <br />
button "Kup teraz!" umieszczony po prawej stronie. <br /><br />
</td>
<td>
<input class="button" type="button" name="kup" value="Kup teraz!" onClick="document.location.href='vip.php'">
</td>
</tr>
</tr>
</table>
</table>
</html>