site: end of line message, adesklets is not dead.
[adesklets.git] / site / forum / forum.diff
blob612d9e7dea2f175c68f763ae7be16560ace01029
1 ===========================================================
2 Diff file against phpBB-2.0.12.tar.bz2 for adesklets forum.
3 ===========================================================
5 diff -r -u phpBB2/config.php forum/config.php
6 --- phpBB2/config.php 2005-02-21 14:30:20.000000000 -0500
7 +++ forum/config.php 2005-02-25 21:14:37.000000000 -0500
8 @@ -0,0 +1,18 @@
9 +<?php
12 +// phpBB 2.x auto-generated config file
13 +// Do not change anything in this file!
15 +$dbms = 'mysql';
17 +$dbhost = 'mysql';
18 +$dbname = 'adesklets';
19 +$dbuser = 'adesklets';
20 +$dbpasswd = 'xxxxxxxxxxxx';
22 +$table_prefix = 'phpbb_';
24 +define('PHPBB_INSTALLED', true);
26 +?>
27 Only in phpBB2/: contrib
28 Only in phpBB2/: install
29 diff -r -u phpBB2/templates/subSilver/overall_footer.tpl forum/templates/subSilver/overall_footer.tpl
30 --- phpBB2/templates/subSilver/overall_footer.tpl 2005-02-21 14:30:21.000000000 -0500
31 +++ forum/templates/subSilver/overall_footer.tpl 2005-02-26 04:37:04.000000000 -0500
32 @@ -1,4 +1,11 @@
34 +<form action="search.php?mode=results&method="POST">
35 + Quick Search:
36 + <input type="text" style="width: 100px" class="post" name="search_keywords" size="30" />
37 + <input type="hidden" name="search_terms" value="all" />
38 + <input type="hidden" name="show_results" value="topics" />
39 +</form>
40 +</td></tr></table>
41 <div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
42 <!--
43 We request you retain the full copyright notice below including the link to www.phpbb.com.
44 @@ -11,9 +18,5 @@
45 The phpBB Group : 2002
46 // -->
47 Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> &copy; 2001, 2005 phpBB Group<br />{TRANSLATION_INFO}</span></div>
48 - </td>
49 - </tr>
50 -</table>
52 </body>
53 </html>
54 diff -r -u phpBB2/templates/subSilver/overall_header.tpl forum/templates/subSilver/overall_header.tpl
55 --- phpBB2/templates/subSilver/overall_header.tpl 2005-02-21 14:30:21.000000000 -0500
56 +++ forum/templates/subSilver/overall_header.tpl 2005-02-26 04:42:21.000000000 -0500
57 @@ -228,8 +228,7 @@
58 <tr>
59 <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
60 <tr>
61 - <td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
62 - <td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span>
63 + <td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION} - <a href="/">Back to adesklets.sf.net</a><br />&nbsp;</span>
64 <table cellspacing="0" cellpadding="2" border="0">
65 <tr>
66 <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu">&nbsp; &nbsp;<a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp; &nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>&nbsp;
67 @@ -242,7 +241,9 @@
68 <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</span></td>
69 </tr>
70 </table></td>
72 + <td>
73 </tr>
74 </table>
76 <br />