Modified:
trunk/phpshop1/WEB-INF/modules/shop/html/login.ihtml
Log:
see http://code.google.com/p/phpshop/wiki/phpShop1_update
Updating phpShop 0.81 - adding the forum module -
Modified: trunk/phpshop1/WEB-INF/modules/shop/html/login.ihtml
==============================================================================
--- trunk/phpshop1/WEB-INF/modules/shop/html/login.ihtml (original)
+++ trunk/phpshop1/WEB-INF/modules/shop/html/login.ihtml Thu Oct 30
01:59:51 2008
@@ -56,6 +56,13 @@
<input type="password" name="password_2" maxlength="32" size="16"
value="<?php echo $password_2 ?>" />
</td></tr>
+
+<tr>
+<td align="right"><?php echo $forum_name_str ?>:</td>
+<td>
+ <input type="text" name="forum_name" maxlength="32" size="16"
value="<?php echo $forum_name ?>" />
+ </td></tr>
+
<tr>
<td align="right">Company Name:</td>
<td>
@@ -126,6 +133,7 @@
<tr><td colspan="2" align="center">
+<input type="hidden" name="topic_group_id" value="2000" />
<input type="submit" name="Register" value="Register" />
</td></tr>
</table>