You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(193) |
Nov
(393) |
Dec
(347) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(401) |
Feb
(232) |
Mar
(343) |
Apr
(129) |
May
(129) |
Jun
(116) |
Jul
(189) |
Aug
(129) |
Sep
(68) |
Oct
(172) |
Nov
(298) |
Dec
(148) |
| 2003 |
Jan
(264) |
Feb
(210) |
Mar
(322) |
Apr
(309) |
May
(234) |
Jun
(188) |
Jul
(215) |
Aug
(161) |
Sep
(234) |
Oct
(163) |
Nov
(110) |
Dec
(7) |
| 2004 |
Jan
(95) |
Feb
(107) |
Mar
(55) |
Apr
(3) |
May
(49) |
Jun
(35) |
Jul
(57) |
Aug
(43) |
Sep
(56) |
Oct
(40) |
Nov
(25) |
Dec
(21) |
| 2005 |
Jan
(93) |
Feb
(25) |
Mar
(22) |
Apr
(72) |
May
(45) |
Jun
(24) |
Jul
(29) |
Aug
(20) |
Sep
(50) |
Oct
(93) |
Nov
(69) |
Dec
(183) |
| 2006 |
Jan
(185) |
Feb
(143) |
Mar
(402) |
Apr
(260) |
May
(322) |
Jun
(367) |
Jul
(234) |
Aug
(299) |
Sep
(206) |
Oct
(288) |
Nov
(338) |
Dec
(307) |
| 2007 |
Jan
(296) |
Feb
(250) |
Mar
(261) |
Apr
(434) |
May
(539) |
Jun
(274) |
Jul
(440) |
Aug
(190) |
Sep
(128) |
Oct
(249) |
Nov
(86) |
Dec
(51) |
| 2008 |
Jan
(177) |
Feb
(67) |
Mar
(61) |
Apr
(48) |
May
(56) |
Jun
(97) |
Jul
(60) |
Aug
(64) |
Sep
(151) |
Oct
(79) |
Nov
(109) |
Dec
(123) |
| 2009 |
Jan
(70) |
Feb
(70) |
Mar
(73) |
Apr
(80) |
May
(22) |
Jun
(193) |
Jul
(191) |
Aug
(181) |
Sep
(120) |
Oct
(48) |
Nov
(24) |
Dec
|
|
From: Paul S. O. <ps...@us...> - 2001-11-15 18:57:10
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv23355
Modified Files:
privmsg.php
Log Message:
Apparently the clutch on my brain is broken, hence inability to engage it
Index: privmsg.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/privmsg.php,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** privmsg.php 2001/11/15 18:54:22 1.44
--- privmsg.php 2001/11/15 18:57:07 1.45
***************
*** 1386,1395 ****
if($board_config['allow_html'])
{
! $html_status = $lang['ON'];
$template->assign_block_vars("html_checkbox", array());
}
else
{
! $html_status = $lang['OFF'];
}
--- 1386,1395 ----
if($board_config['allow_html'])
{
! $html_status = $lang['HTML_is_ON'];
$template->assign_block_vars("html_checkbox", array());
}
else
{
! $html_status = $lang['HTML_is_OFF'];
}
***************
*** 1399,1408 ****
if($board_config['allow_bbcode'])
{
! $bbcode_status = $lang['ON'];
$template->assign_block_vars("bbcode_checkbox", array());
}
else
{
! $bbcode_status = $lang['OFF'];
}
--- 1399,1408 ----
if($board_config['allow_bbcode'])
{
! $bbcode_status = $lang['BBCode_is_ON'];
$template->assign_block_vars("bbcode_checkbox", array());
}
else
{
! $bbcode_status = $lang['BBCode_is_OFF'];
}
***************
*** 1412,1421 ****
if($board_config['allow_smilies'])
{
! $smilies_status = $lang['ON'];
$template->assign_block_vars("smilies_checkbox", array());
}
else
{
! $smilies_status = $lang['OFF'];
}
--- 1412,1421 ----
if($board_config['allow_smilies'])
{
! $smilies_status = $lang['Smilies_are_ON'];
$template->assign_block_vars("smilies_checkbox", array());
}
else
{
! $smilies_status = $lang['Smilies_are_OFF'];
}
|
|
From: Paul S. O. <ps...@us...> - 2001-11-15 18:54:24
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv22674 Modified Files: privmsg.php Log Message: Apparently the clutch on my brain is broken, hence inability to engage it Index: privmsg.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/privmsg.php,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -r1.43 -r1.44 *** privmsg.php 2001/11/15 18:37:01 1.43 --- privmsg.php 2001/11/15 18:54:22 1.44 *************** *** 1477,1480 **** --- 1477,1481 ---- "L_MESSAGE_BODY" => $lang['Message_body'], "L_OPTIONS" => $lang['Options'], + "L_SPELLCHECK" => $lang['Spellcheck'], "L_PREVIEW" => $lang['Preview'], "L_SUBMIT" => $lang['Submit_post'], *************** *** 1483,1492 **** "L_FIND_USERNAME" => $lang['Find_username'], "L_FIND" => $lang['Find'], ! "L_HTML_IS" => $lang['HTML'] . " " . $lang['is'], ! "L_BBCODE_IS" => $lang['BBCode'] . " " . $lang['is'], ! "L_SMILIES_ARE" => $lang['Smilies'] . " " . $lang['are'], ! "L_DISABLE_HTML" => $lang['Disable'] . $lang['HTML'] . $lang['in_this_post'], ! "L_DISABLE_BBCODE" => $lang['Disable'] . $lang['BBCode'] . $lang['in_this_post'], ! "L_DISABLE_SMILIES" => $lang['Disable'] . $lang['Smilies'] . $lang['in_this_post'], "L_ATTACH_SIGNATURE" => $lang['Attach_signature'], --- 1484,1490 ---- "L_FIND_USERNAME" => $lang['Find_username'], "L_FIND" => $lang['Find'], ! "L_DISABLE_HTML" => $lang['Disable_HTML_post'], ! "L_DISABLE_BBCODE" => $lang['Disable_BBCode_post'], ! "L_DISABLE_SMILIES" => $lang['Disable_Smilies_post'], "L_ATTACH_SIGNATURE" => $lang['Attach_signature'], |
|
From: Paul S. O. <ps...@us...> - 2001-11-15 18:38:26
|
Update of /cvsroot/phpbb/phpBB2/admin In directory usw-pr-cvs1:/tmp/cvs-serv19047/admin Modified Files: admin_board.php Log Message: Added admin enabling of email form Index: admin_board.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/admin/admin_board.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** admin_board.php 2001/11/14 13:32:14 1.33 --- admin_board.php 2001/11/15 18:38:23 1.34 *************** *** 85,88 **** --- 85,91 ---- $activation_admin = ( $new['require_activation'] == USER_ACTIVATION_ADMIN ) ? "checked=\"checked\"" : ""; + $board_email_form_yes = ( $new['board_email_form'] ) ? "checked=\"checked\"" : ""; + $board_email_form_no = ( !$new['board_email_form'] ) ? "checked=\"checked\"" : ""; + $gzip_yes = ( $new['gzip_compress'] ) ? "checked=\"checked\"" : ""; $gzip_no = ( !$new['gzip_compress'] ) ? "checked=\"checked\"" : ""; *************** *** 137,141 **** "L_ABILITIES_SETTINGS" => $lang['Abilities_settings'], "L_FLOOD_INTERVAL" => $lang['Flood_Interval'], ! "L_FLOOD_INTERVAL_EXPLAIN" => $lang['Flood_Interval_explain'], "L_TOPICS_PER_PAGE" => $lang['Topics_per_page'], "L_POSTS_PER_PAGE" => $lang['Posts_per_page'], --- 140,146 ---- "L_ABILITIES_SETTINGS" => $lang['Abilities_settings'], "L_FLOOD_INTERVAL" => $lang['Flood_Interval'], ! "L_FLOOD_INTERVAL_EXPLAIN" => $lang['Flood_Interval_explain'], ! "L_BOARD_EMAIL_FORM" => $lang['Board_email_form'], ! "L_BOARD_EMAIL_FORM_EXPLAIN" => $lang['Board_email_form_explain'], "L_TOPICS_PER_PAGE" => $lang['Topics_per_page'], "L_POSTS_PER_PAGE" => $lang['Posts_per_page'], *************** *** 194,197 **** --- 199,204 ---- "ACTIVATION_ADMIN" => USER_ACTIVATION_ADMIN, "ACTIVATION_ADMIN_CHECKED" => $activation_admin, + "BOARD_EMAIL_FORM_ENABLE" => $board_email_form_yes, + "BOARD_EMAIL_FORM_DISABLE" => $board_email_form_no, "FLOOD_INTERVAL" => $new['flood_interval'], "TOPICS_PER_PAGE" => $new['topics_per_page'], |
|
From: Paul S. O. <ps...@us...> - 2001-11-15 18:37:05
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv18576
Modified Files:
viewtopic.php profile.php groupcp.php privmsg.php
memberlist.php
Log Message:
Added admin enabling of email form
Index: viewtopic.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewtopic.php,v
retrieving revision 1.132
retrieving revision 1.133
diff -C2 -r1.132 -r1.133
*** viewtopic.php 2001/11/15 16:44:44 1.132
--- viewtopic.php 2001/11/15 18:37:01 1.133
***************
*** 786,789 ****
--- 786,800 ----
$pm_img = "<a href=\"" . append_sid("privmsg.$phpEx?mode=post&" . POST_USERS_URL . "=$poster_id") . "\"><img src=\"". $images['icon_pm'] . "\" alt=\"" . $lang['Private_messaging'] . "\" border=\"0\" /></a>";
+ if( !empty($postrow[$i]['user_viewemail']) )
+ {
+ $email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $poster_id) : "mailto:" . $postrow[$i]['user_email'];
+
+ $email_img = "<a href=\"$email_uri\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " $poster\" border=\"0\" /></a>";
+ }
+ else
+ {
+ $email_img = "";
+ }
+
$email_img = ( $postrow[$i]['user_viewemail'] ) ? "<a href=\"" . append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=$poster_id") . "\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " $poster\" border=\"0\" /></a>" : "";
Index: profile.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/profile.php,v
retrieving revision 1.128
retrieving revision 1.129
diff -C2 -r1.128 -r1.129
*** profile.php 2001/11/15 16:26:41 1.128
--- profile.php 2001/11/15 18:37:01 1.129
***************
*** 259,268 ****
}
! if( $profiledata['user_viewemail'] && $profiledata['user_email'] != "" )
{
! $email_profile = append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL . "=" . $profiledata['user_id']);
! $email = "<a href=\"$email_profile\">" . $lang['Send_email'] . "</a>";
! $email_img = "<a href=\"$email_profile\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " " . $profiledata['username'] . "\" border=\"0\" /></a>";
}
else
--- 259,268 ----
}
! if( !empty($profiledata['user_viewemail']) )
{
! $email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $profiledata['user_id']) : "mailto:" . $profiledata['user_email'];
! $email = "<a href=\"$email_uri\">" . $lang['Send_email'] . "</a>";
! $email_img = "<a href=\"$email_uri\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " " . $profiledata['username'] . "\" border=\"0\" /></a>";
}
else
Index: groupcp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/groupcp.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** groupcp.php 2001/11/15 16:26:41 1.19
--- groupcp.php 2001/11/15 18:37:01 1.20
***************
*** 719,723 ****
$posts = ($group_members[$i]['user_posts']) ? $group_members[$i]['user_posts'] : 0;
-
$profile_img = "<a href=\"" . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$user_id") . "\"><img src=\"" . $images['icon_profile'] . "\" alt=\"" . $lang['Read_profile'] . " $poster\" border=\"0\" /></a>";
--- 719,722 ----
***************
*** 726,734 ****
if( !empty($group_members[$i]['user_viewemail']) )
{
! $email_img = ( $group_members[$i]['user_viewemail'] ) ? "<a href=\"" . append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $group_members[$i]['user_id']) . "\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " $poster\" border=\"0\" /></a>" : "";
}
else
{
! $email_img = " ";
}
--- 725,735 ----
if( !empty($group_members[$i]['user_viewemail']) )
{
! $email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $group_members[$i]['user_id']) : "mailto:" . $group_members[$i]['user_email'];
!
! $email_img = "<a href=\"$email_uri\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " " . $group_members[$i]['username'] . "\" border=\"0\" /></a>";
}
else
{
! $email_img = "";
}
***************
*** 881,889 ****
if( !empty($modgroup_pending_list[$i]['user_viewemail']) )
{
! $email_img = ( $modgroup_pending_list[$i]['user_viewemail'] ) ? "<a href=\"" . append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $modgroup_pending_list[$i]['user_id']) . "\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " $poster\" border=\"0\" /></a>" : "";
}
else
{
! $email_img = " ";
}
--- 882,892 ----
if( !empty($modgroup_pending_list[$i]['user_viewemail']) )
{
! $email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $modgroup_pending_list[$i]['user_id']) : "mailto:" . $modgroup_pending_list[$i]['user_email'];
!
! $email_img = "<a href=\"$email_uri\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " " . $modgroup_pending_list[$i]['username'] . "\" border=\"0\" /></a>";
}
else
{
! $email_img = "";
}
Index: privmsg.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/privmsg.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** privmsg.php 2001/11/15 16:26:41 1.42
--- privmsg.php 2001/11/15 18:37:01 1.43
***************
*** 389,393 ****
$profile_img = "<a href=\"" . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$user_id_from") . "\"><img src=\"" . $images['icon_profile'] . "\" alt=\"" . $lang['Read_profile'] . " $username_from\" border=\"0\" /></a>";
! $email_img = ( $privmsg['user_viewemail'] ) ? "<a href=\"" . append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=$user_id_from") . "\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " $poster\" border=\"0\" /></a>" : "";
$www_img = ( $privmsg['user_website']) ? "<a href=\"" . $privmsg['user_website'] . "\" target=\"_userwww\"><img src=\"" . $images['icon_www'] . "\" alt=\"" . $lang['Visit_website'] . "\" border=\"0\" /></a>" : "";
--- 389,402 ----
$profile_img = "<a href=\"" . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$user_id_from") . "\"><img src=\"" . $images['icon_profile'] . "\" alt=\"" . $lang['Read_profile'] . " $username_from\" border=\"0\" /></a>";
! if( !empty($privmsg['user_viewemail']) )
! {
! $email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $user_id_from) : "mailto:" . $privmsg['user_email'];
!
! $email_img = "<a href=\"$email_uri\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " $username_from\" border=\"0\" /></a>";
! }
! else
! {
! $email_img = "";
! }
$www_img = ( $privmsg['user_website']) ? "<a href=\"" . $privmsg['user_website'] . "\" target=\"_userwww\"><img src=\"" . $images['icon_www'] . "\" alt=\"" . $lang['Visit_website'] . "\" border=\"0\" /></a>" : "";
Index: memberlist.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/memberlist.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** memberlist.php 2001/11/15 16:26:41 1.23
--- memberlist.php 2001/11/15 18:37:01 1.24
***************
*** 188,192 ****
if( !empty($members[$i]['user_viewemail']) )
{
! $email_img = "<a href=\"" . append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=$user_id") . "\"><img src=\"" . $images['icon_email'] . "\" border=\"0\" alt=\"" . $lang['Send_an_email'] . "\" /></a>";
}
else
--- 188,194 ----
if( !empty($members[$i]['user_viewemail']) )
{
! $email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $members[$i]['user_id']) : "mailto:" . $members[$i]['user_email'];
!
! $email_img = "<a href=\"$email_uri\"><img src=\"" . $images['icon_email'] . "\" border=\"0\" alt=\"" . $lang['Send_email'] . " " . $members[$i]['username'] . "\" /></a>";
}
else
|
|
From: Paul S. O. <ps...@us...> - 2001-11-15 18:37:05
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv18576/language/lang_english Modified Files: lang_main.php Log Message: Added admin enabling of email form Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -r1.34 -r1.35 *** lang_main.php 2001/11/15 16:26:41 1.34 --- lang_main.php 2001/11/15 18:37:01 1.35 *************** *** 957,961 **** $lang['Abilities_settings'] = "User/Forum Ability Settings"; $lang['Flood_Interval'] = "Flood Interval"; ! $lang['Flood_Interval_explain'] = "Number of seconds a user must wait between posts"; $lang['Topics_per_page'] = "Topics Per Page"; $lang['Posts_per_page'] = "Posts Per Page"; --- 957,963 ---- $lang['Abilities_settings'] = "User/Forum Ability Settings"; $lang['Flood_Interval'] = "Flood Interval"; ! $lang['Flood_Interval_explain'] = "Number of seconds a user must wait between posts"; ! $lang['Board_email_form'] = "User email via board"; ! $lang['Board_email_form_explain'] = "Users send email to each other via this board"; $lang['Topics_per_page'] = "Topics Per Page"; $lang['Posts_per_page'] = "Posts Per Page"; |
|
From: Paul S. O. <ps...@us...> - 2001-11-15 18:37:05
|
Update of /cvsroot/phpbb/phpBB2/db
In directory usw-pr-cvs1:/tmp/cvs-serv18576/db
Modified Files:
mysql_basic.sql postgres_basic.sql
Log Message:
Added admin enabling of email form
Index: mysql_basic.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/mysql_basic.sql,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -r1.67 -r1.68
*** mysql_basic.sql 2001/11/13 16:09:10 1.67
--- mysql_basic.sql 2001/11/15 18:37:01 1.68
***************
*** 41,44 ****
--- 41,45 ----
INSERT INTO phpbb_config (config_name, config_value) VALUES ('require_activation','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('flood_interval','15');
+ INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_email_form','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_filesize','6144');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_max_width','80');
Index: postgres_basic.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/postgres_basic.sql,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** postgres_basic.sql 2001/11/13 16:09:10 1.16
--- postgres_basic.sql 2001/11/15 18:37:02 1.17
***************
*** 41,44 ****
--- 41,45 ----
INSERT INTO phpbb_config (config_name, config_value) VALUES ('require_activation','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('flood_interval','15');
+ INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_email_form','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_filesize','6144');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_max_width','80');
|
|
From: Paul S. O. <ps...@us...> - 2001-11-15 18:37:05
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv18576/templates/subSilver/admin
Modified Files:
board_config_body.tpl
Log Message:
Added admin enabling of email form
Index: board_config_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/board_config_body.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** board_config_body.tpl 2001/11/14 13:32:14 1.6
--- board_config_body.tpl 2001/11/15 18:37:01 1.7
***************
*** 21,24 ****
--- 21,28 ----
</tr>
<tr>
+ <td class="row1">{L_BOARD_EMAIL_FORM}<br /><span class="gensmall">{L_BOARD_EMAIL_FORM_EXPLAIN}</span></td>
+ <td class="row2"><input type="radio" name="board_email_form" value="1" {BOARD_EMAIL_FORM_ENABLE}> {L_ENABLED} <input type="radio" name="board_email_form" value="0" {BOARD_EMAIL_FORM_DISABLE}> {L_DISABLED}</td>
+ </tr>
+ <tr>
<td class="row1">{L_FLOOD_INTERVAL} <br /><span class="gensmall">{L_FLOOD_INTERVAL_EXPLAIN}</span></td>
<td class="row2"><input type="text" size="3" maxlength="4" name="flood_interval" value="{FLOOD_INTERVAL}"></td>
|
|
From: Paul S. O. <ps...@us...> - 2001-11-15 17:00:22
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv23940/templates/subSilver Modified Files: profile_send_email.tpl Log Message: Forgot that engage brain thing again ... Index: profile_send_email.tpl =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_send_email.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** profile_send_email.tpl 2001/11/15 16:26:41 1.1 --- profile_send_email.tpl 2001/11/15 17:00:19 1.2 *************** *** 3,7 **** <!-- Change the path to point to the file you got once signed up at Spellchecker.net --> <!-- Remember to uncomment the spellchecker button near the end of this template --> ! <script type="text/javascript" language="javascript" src=spellcheck/spch.js></script> <!-- End spellchecker option --> --- 3,7 ---- <!-- Change the path to point to the file you got once signed up at Spellchecker.net --> <!-- Remember to uncomment the spellchecker button near the end of this template --> ! <!-- script type="text/javascript" language="javascript" src=spellcheck/spch.js></script --> <!-- End spellchecker option --> *************** *** 68,72 **** <!-- Change the path in the onclick function to point to your files you got once signed up at Spellchecker.net --> <!-- Remember to uncomment the link to the javascript file at the top of this template --> ! <input type="button" tabindex="4" class="liteoption" name="spellcheck" value="{L_SPELLCHECK}" onClick= "doSpell ('uk', document.post.message, document.location.protocol + '//' + document.location.host + '/phpBB/spellcheck/sproxy.php', true);" /> <!-- End spellchecker option --> <input type="submit" tabindex="6" name="submit" class="mainoption" value="{L_SEND_EMAIL}" /></td> --- 68,72 ---- <!-- Change the path in the onclick function to point to your files you got once signed up at Spellchecker.net --> <!-- Remember to uncomment the link to the javascript file at the top of this template --> ! <!-- input type="button" tabindex="4" class="liteoption" name="spellcheck" value="{L_SPELLCHECK}" onClick= "doSpell ('uk', document.post.message, document.location.protocol + '//' + document.location.host + '/phpBB/spellcheck/sproxy.php', true);" / --> <!-- End spellchecker option --> <input type="submit" tabindex="6" name="submit" class="mainoption" value="{L_SEND_EMAIL}" /></td> |
|
From: Paul S. O. <ps...@us...> - 2001-11-15 16:44:47
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv18802
Modified Files:
viewtopic.php
Log Message:
Email form - free with purchase of any two other items
Index: viewtopic.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewtopic.php,v
retrieving revision 1.131
retrieving revision 1.132
diff -C2 -r1.131 -r1.132
*** viewtopic.php 2001/11/09 13:05:54 1.131
--- viewtopic.php 2001/11/15 16:44:44 1.132
***************
*** 786,791 ****
$pm_img = "<a href=\"" . append_sid("privmsg.$phpEx?mode=post&" . POST_USERS_URL . "=$poster_id") . "\"><img src=\"". $images['icon_pm'] . "\" alt=\"" . $lang['Private_messaging'] . "\" border=\"0\" /></a>";
! $email_addr = str_replace("@", " at ", $postrow[$i]['user_email']);
! $email_img = ($postrow[$i]['user_viewemail']) ? "<a href=\"mailto:$email_addr\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " $poster\" border=\"0\" /></a>" : "";
$www_img = ($postrow[$i]['user_website']) ? "<a href=\"" . $postrow[$i]['user_website'] . "\" target=\"_userwww\"><img src=\"" . $images['icon_www'] . "\" alt=\"" . $lang['Visit_website'] . "\" border=\"0\" /></a>" : "";
--- 786,790 ----
$pm_img = "<a href=\"" . append_sid("privmsg.$phpEx?mode=post&" . POST_USERS_URL . "=$poster_id") . "\"><img src=\"". $images['icon_pm'] . "\" alt=\"" . $lang['Private_messaging'] . "\" border=\"0\" /></a>";
! $email_img = ( $postrow[$i]['user_viewemail'] ) ? "<a href=\"" . append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=$poster_id") . "\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " $poster\" border=\"0\" /></a>" : "";
$www_img = ($postrow[$i]['user_website']) ? "<a href=\"" . $postrow[$i]['user_website'] . "\" target=\"_userwww\"><img src=\"" . $images['icon_www'] . "\" alt=\"" . $lang['Visit_website'] . "\" border=\"0\" /></a>" : "";
|
|
From: Paul S. O. <ps...@us...> - 2001-11-15 16:35:11
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv15887 Modified Files: posting.php Log Message: Email form - free with purchase of any two other items Index: posting.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/posting.php,v retrieving revision 1.93 retrieving revision 1.94 diff -C2 -r1.93 -r1.94 *** posting.php 2001/11/15 16:26:41 1.93 --- posting.php 2001/11/15 16:35:09 1.94 *************** *** 2718,2722 **** "L_OPTIONS" => $lang['Options'], "L_PREVIEW" => $lang['Preview'], ! "L_SPELLCHECK" => $lang['Specllcheck'], "L_SUBMIT" => $lang['Submit_post'], "L_CANCEL" => $lang['Cancel_post'], --- 2718,2722 ---- "L_OPTIONS" => $lang['Options'], "L_PREVIEW" => $lang['Preview'], ! "L_SPELLCHECK" => $lang['Spellcheck'], "L_SUBMIT" => $lang['Submit_post'], "L_CANCEL" => $lang['Cancel_post'], |
|
From: Paul S. O. <ps...@us...> - 2001-11-15 16:26:44
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english/email
In directory usw-pr-cvs1:/tmp/cvs-serv12929/language/lang_english/email
Added Files:
profile_send_email.tpl
Log Message:
Email form - free with purchase of any two other items
--- NEW FILE ---
Hello {TO_USERNAME},
The following is an email sent to you by {FROM_USERNAME} via your account on {SITENAME}. If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
{BOARD_EMAIL}
Include this full email (particularly the headers). Please note that the reply address to this email has been set to that of {FROM_USERNAME}.
Message sent to you follows
~~~~~~~~~~~~~~~~~~~~~~~~~~~
{MESSAGE}
|
|
From: Paul S. O. <ps...@us...> - 2001-11-15 16:26:44
|
Update of /cvsroot/phpbb/phpBB2/db
In directory usw-pr-cvs1:/tmp/cvs-serv12929/db
Modified Files:
mysql_schema.sql postgres_schema.sql
Log Message:
Email form - free with purchase of any two other items
Index: mysql_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/mysql_schema.sql,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -r1.84 -r1.85
*** mysql_schema.sql 2001/11/09 22:58:00 1.84
--- mysql_schema.sql 2001/11/15 16:26:41 1.85
***************
*** 487,490 ****
--- 487,491 ----
user_style int(11),
user_lang varchar(255),
+ user_emailtime int(11),
user_viewemail tinyint(1),
user_attachsig tinyint(1),
Index: postgres_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/postgres_schema.sql,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -r1.56 -r1.57
*** postgres_schema.sql 2001/11/09 18:28:46 1.56
--- postgres_schema.sql 2001/11/15 16:26:41 1.57
***************
*** 465,468 ****
--- 465,469 ----
user_msnm varchar(255),
user_posts int4 DEFAULT '0' NOT NULL,
+ user_emailtime int4,
user_viewemail int2,
user_attachsig int2,
|
|
From: Paul S. O. <ps...@us...> - 2001-11-15 16:26:44
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv12929/templates/subSilver Modified Files: profile_add_body.tpl profile_view_body.tpl posting_body.tpl Added Files: profile_send_email.tpl Log Message: Email form - free with purchase of any two other items --- NEW FILE --- <!-- Spell checker option part 1: You must sign up for free at www.spellchecker.net to use this option --> <!-- Change the path to point to the file you got once signed up at Spellchecker.net --> <!-- Remember to uncomment the spellchecker button near the end of this template --> <script type="text/javascript" language="javascript" src=spellcheck/spch.js></script> <!-- End spellchecker option --> <script language="JavaScript" type="text/javascript"> <!-- function checkForm(formObj) { formErrors = false; if (formObj.message.value.length < 2) { formErrors = "You must enter a message!"; } else if ( formObj.subject.value.length < 2) { formErrors = "You must enter a subject!"; } if (formErrors) { alert(formErrors); return false; } } //--> </script> <form action="{S_POST_ACTION}" method="post" name="post" onSubmit="return checkForm(this)"> {ERROR_BOX} <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a></span></td> </tr> </table> <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> <tr> <th class="thHead" colspan="2" height="25"><b>{L_SEND_EMAIL_MSG}</b></th> </tr> <tr> <td class="row1" width="22%"><span class="gen"><b>{L_RECIPIENT}</b></span></td> <td class="row2" width="78%"><span class="gen"><b>{USERNAME}</b></span> </td> </tr> <tr> <td class="row1" width="22%"><span class="gen"><b>{L_SUBJECT}</b></span></td> <td class="row2" width="78%"><span class="gen"><input type="text" name="subject" size="45" maxlength="100" style="width:450px" tabindex="2" class="post" value="{SUBJECT}" /></span> </td> </tr> <tr> <td class="row1" valign="top"><span class="gen"><b>{L_MESSAGE_BODY}</b></span><br /><span class="gensmall">{L_MESSAGE_BODY_DESC}</span></td> <td class="row2"><span class="gen"><textarea name="message" rows="25" cols="40" wrap="virtual" style="width:500px" tabindex="3" class="post">{MESSAGE}</textarea></span></td> </tr> <tr> <td class="row1" valign="top"><span class="gen"><b>{L_OPTIONS}</b></span></td> <td class="row2"><table cellspacing="0" cellpadding="1" border="0"> <tr> <td><input type="checkbox" name="cc_email" value="1" checked="checked" /></td> <td><span class="gen">{L_CC_EMAIL}</span></td> </tr> </table></td> </tr> <tr> <td class="catBottom" colspan="2" align="center" height="28"> {S_HIDDEN_FORM_FIELDS} <!-- Spell checker option part 2: You must sign up for free at www.spellchecker.net to use this option --> <!-- Change the path in the onclick function to point to your files you got once signed up at Spellchecker.net --> <!-- Remember to uncomment the link to the javascript file at the top of this template --> <input type="button" tabindex="4" class="liteoption" name="spellcheck" value="{L_SPELLCHECK}" onClick= "doSpell ('uk', document.post.message, document.location.protocol + '//' + document.location.host + '/phpBB/spellcheck/sproxy.php', true);" /> <!-- End spellchecker option --> <input type="submit" tabindex="6" name="submit" class="mainoption" value="{L_SEND_EMAIL}" /></td> </tr> </table> <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> <tr> <td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td> </tr> </table></form> <table width="100%" cellspacing="2" border="0" align="center"> <tr> <td valign="top" align="right">{JUMPBOX}</td> </tr> </table> Index: profile_add_body.tpl =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_add_body.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** profile_add_body.tpl 2001/11/09 13:15:36 1.7 --- profile_add_body.tpl 2001/11/15 16:26:41 1.8 *************** *** 109,118 **** </tr> <tr> ! <td class="row1"><span class="gen">{L_SIGNATURE}:</span><br /> ! <span class="gensmall">{L_SIGNATURE_EXPLAIN}<br /> ! <br /> ! {L_HTML_IS} <u>{HTML_STATUS}</u><br /> ! {L_BBCODE_IS} <u>{BBCODE_STATUS}</u><br /> ! {L_SMILIES_ARE} <u>{SMILIES_STATUS}</u></span></td> <td class="row2"> <textarea name="signature"style="width: 300px" rows="6" cols="30" class="post">{SIGNATURE}</textarea> --- 109,113 ---- </tr> <tr> ! <td class="row1"><span class="gen">{L_SIGNATURE}:</span><br /><span class="gensmall">{L_SIGNATURE_EXPLAIN}<br /><br />{HTML_STATUS}<br />{BBCODE_STATUS}<br />{SMILIES_STATUS}</span></td> <td class="row2"> <textarea name="signature"style="width: 300px" rows="6" cols="30" class="post">{SIGNATURE}</textarea> Index: profile_view_body.tpl =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_view_body.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** profile_view_body.tpl 2001/10/14 16:30:41 1.4 --- profile_view_body.tpl 2001/11/15 16:26:41 1.5 *************** *** 57,61 **** <tr> <td valign="middle" align="right"><span class="gen">{L_EMAIL_ADDRESS}:</span></td> ! <td class="row1" valign="middle" width="100%"><b><span class="gen">{EMAIL}</span></b></td> </tr> <tr> --- 57,61 ---- <tr> <td valign="middle" align="right"><span class="gen">{L_EMAIL_ADDRESS}:</span></td> ! <td class="row1" valign="middle" width="100%"><b><span class="gen">{EMAIL_IMG}</span></b></td> </tr> <tr> Index: posting_body.tpl =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/posting_body.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** posting_body.tpl 2001/11/09 13:15:36 1.7 --- posting_body.tpl 2001/11/15 16:26:41 1.8 *************** *** 356,363 **** </tr> <tr> ! <td class="row1" valign="top"><span class="gen"><b>{L_OPTIONS}</b></span><br /> ! <span class="gensmall">{L_HTML_IS} <u>{HTML_STATUS}</u><br /> ! {L_BBCODE_IS} <u>{BBCODE_STATUS}</u><br /> ! {L_SMILIES_ARE} <u>{SMILIES_STATUS}</u></span></td> <td class="row2"><span class="gen"> </span> <table cellspacing="0" cellpadding="1" border="0"> --- 356,360 ---- </tr> <tr> ! <td class="row1" valign="top"><span class="gen"><b>{L_OPTIONS}</b></span><br /><span class="gensmall">{HTML_STATUS}<br />{BBCODE_STATUS}<br />{SMILIES_STATUS}</span></td> <td class="row2"><span class="gen"> </span> <table cellspacing="0" cellpadding="1" border="0"> *************** *** 425,429 **** <!-- Change the path in the onclick function to point to your files you got once signed up at Spellchecker.net --> <!-- Remember to uncomment the link to the javascript file at the top of this template --> ! <!-- input type="button" tabindex="4" class="liteoption" name="spellcheck" value="Spell Check" onClick= "doSpell ('uk', document.post.message, document.location.protocol + '//' + document.location.host + '/phpBB/spellcheck/sproxy.php', true);" / --> <!-- End spellchecker option --> --- 422,426 ---- <!-- Change the path in the onclick function to point to your files you got once signed up at Spellchecker.net --> <!-- Remember to uncomment the link to the javascript file at the top of this template --> ! <!-- input type="button" tabindex="4" class="liteoption" name="spellcheck" value="{L_SPELLCHECK}" onClick= "doSpell ('uk', document.post.message, document.location.protocol + '//' + document.location.host + '/phpBB/spellcheck/sproxy.php', true);" / --> <!-- End spellchecker option --> |
|
From: Paul S. O. <ps...@us...> - 2001-11-15 16:26:44
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv12929/language/lang_english Modified Files: lang_main.php Log Message: Email form - free with purchase of any two other items Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** lang_main.php 2001/11/14 20:21:01 1.33 --- lang_main.php 2001/11/15 16:26:41 1.34 *************** *** 63,69 **** $lang['Poster'] = "Poster"; $lang['Author'] = "Author"; - $lang['is'] = "is"; - $lang['are'] = "are"; - $lang['by'] = "by"; $lang['Time'] = "Time"; $lang['Hour'] = "Hour"; --- 63,66 ---- *************** *** 89,104 **** $lang['Enabled'] = "Enabled"; $lang['Disabled'] = "Disabled"; $lang['Next'] = "Next"; $lang['Previous'] = "Previous"; $lang['Goto_page'] = "Goto page"; ! $lang['Page'] = "Page"; // Followed by the current page number then 'of x' where x is total pages ! $lang['Pages'] = "Pages"; $lang['IP_Address'] = "IP Address"; $lang['View_latest_post'] = "View latest post"; $lang['Page_of'] = "Page <b>%d</b> of <b>%d</b>"; // Replaces with: Page 1 of 2 for example - $lang['Page'] = "Page"; // Followed by the current page number then 'of x' where x is total pages - $lang['Pages'] = "Pages"; - $lang['of'] = "of"; // See Page above $lang['Submit'] = "Submit"; --- 86,98 ---- $lang['Enabled'] = "Enabled"; $lang['Disabled'] = "Disabled"; + $lang['Next'] = "Next"; $lang['Previous'] = "Previous"; $lang['Goto_page'] = "Goto page"; ! $lang['IP_Address'] = "IP Address"; $lang['View_latest_post'] = "View latest post"; $lang['Page_of'] = "Page <b>%d</b> of <b>%d</b>"; // Replaces with: Page 1 of 2 for example $lang['Submit'] = "Submit"; *************** *** 217,222 **** $lang['Rules_edit_can'] = "You <b>can</b> edit your posts in this forum"; $lang['Rules_edit_cannot'] = "You <b>cannot</b> edit your posts in this forum"; ! $lang['Rules_delete_can'] = "You <b>can</b> delete posts in this forum"; ! $lang['Rules_delete_cannot'] = "You <b>cannot</b> delete posts in this forum"; $lang['Rules_vote_can'] = "You <b>can</b> vote in polls in this forum"; $lang['Rules_vote_cannot'] = "You <b>cannot</b> vote in polls in this forum"; --- 211,216 ---- $lang['Rules_edit_can'] = "You <b>can</b> edit your posts in this forum"; $lang['Rules_edit_cannot'] = "You <b>cannot</b> edit your posts in this forum"; ! $lang['Rules_delete_can'] = "You <b>can</b> delete your posts in this forum"; ! $lang['Rules_delete_cannot'] = "You <b>cannot</b> delete your posts in this forum"; $lang['Rules_vote_can'] = "You <b>can</b> vote in polls in this forum"; $lang['Rules_vote_cannot'] = "You <b>cannot</b> vote in polls in this forum"; *************** *** 295,298 **** --- 289,293 ---- $lang['Submit_post'] = "Submit Post"; $lang['Preview'] = "Preview"; + $lang['Spellcheck'] = "Spellcheck"; $lang['Cancel_post'] = "Cancel post"; *************** *** 327,340 **** $lang['Delete_poll'] = "Delete Poll"; $lang['Attach_signature'] = "Attach signature (signatures can be changed in profile)"; - $lang['Disable'] = "Disable "; // This is followed by a type, eg. HTML, Smilies, etc. and then 'on this post' - $lang['HTML'] = "HTML"; - $lang['BBCode'] = "BBCode"; - $lang['Smilies'] = "Smilies"; - $lang['in_this_post'] = " in this post"; $lang['Notify'] = "Notify me when a reply is posted"; $lang['Delete_post'] = "Delete this post"; - $lang['is_ON'] = " is ON"; // this goes after either BBCode or HTML - $lang['is_OFF'] = " is OFF"; // see above $lang['wrote'] = "wrote"; // proceeds the username and is followed by the quoted text --- 322,339 ---- $lang['Delete_poll'] = "Delete Poll"; + $lang['Disable_HTML_post'] = "Disable HTML in this post"; + $lang['Disable_BBCode_post'] = "Disable BBCode in this post"; + $lang['Disable_Smilies_post'] = "Disable Smilies in this post"; + + $lang['HTML_is_ON'] = "HTML is <u>ON</u>"; + $lang['HTML_is_OFF'] = "HTML is <u>OFF</u>"; + $lang['BBCode_is_ON'] = "BBCode is <u>ON</u>"; + $lang['BBCode_is_OFF'] = "BBCode is <u>OFF</u>"; + $lang['Smilies_are_ON'] = "Smilies are <u>ON</u>"; + $lang['Smilies_are_OFF'] = "Smilies are <u>OFF</u>"; + $lang['Attach_signature'] = "Attach signature (signatures can be changed in profile)"; $lang['Notify'] = "Notify me when a reply is posted"; $lang['Delete_post'] = "Delete this post"; $lang['wrote'] = "wrote"; // proceeds the username and is followed by the quoted text *************** *** 478,486 **** $lang['password_confirm_if_changed'] = "You only need to confirm your password if you changed it above"; - $lang['is'] = "is"; // follows HTML or BBCode - $lang['are'] = "are"; // follows Smilies - $lang['OFF'] = "OFF"; - $lang['ON'] = "ON"; - $lang['Avatar'] = "Avatar"; $lang['Avatar_explain'] = "Displays a small graphic image below your details in posts. Only one image can be displayed at a time, its width can be no greater than " . $board_config['avatar_max_width'] . " pixels, a height no greater than " . $board_config['avatar_max_height'] . " pixels and a file size no more than " . (round($board_config['avatar_filesize'] / 1024)) . " kB."; --- 477,480 ---- *************** *** 540,543 **** --- 534,549 ---- $lang['Password_activated'] = "Your account has been re-activated. To logon please use the password supplied in the email you received"; + $lang['Send_email_msg'] = "Send an email message"; + $lang['No_user_specified'] = "No user was specified"; + $lang['User_prevent_email'] = "This user does not wish to receive email. Try sending them a private message"; + $lang['User_not_exist'] = "That user does not exist"; + $lang['CC_email'] = "Send a copy of this email to yourself"; + $lang['Email_message_desc'] = "This message will be sent as plain text, do not include any HTML or BBCode. The return address for this message will be set to your email address."; + $lang['Flood_email_limit'] = "You cannot send another email at this time, try again later"; + $lang['Recipient'] = "Recipient"; + $lang['Email_sent'] = "The email has been sent"; + $lang['Send_email'] = "Send email"; + $lang['Empty_subject_email'] = "You must specify a subject for the email"; + $lang['Empty_message_email'] = "You must enter a message to be emailed"; // |
|
From: Paul S. O. <ps...@us...> - 2001-11-15 16:26:43
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv12929
Modified Files:
privmsg.php posting.php memberlist.php profile.php groupcp.php
Log Message:
Email form - free with purchase of any two other items
Index: privmsg.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/privmsg.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** privmsg.php 2001/11/13 16:07:42 1.41
--- privmsg.php 2001/11/15 16:26:41 1.42
***************
*** 389,398 ****
$profile_img = "<a href=\"" . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$user_id_from") . "\"><img src=\"" . $images['icon_profile'] . "\" alt=\"" . $lang['Read_profile'] . " $username_from\" border=\"0\" /></a>";
! $email_addr = str_replace("@", " at ", $privmsg['user_email']);
! $email_img = ($privmsg['user_viewemail'] && $email_addr != "" ) ? "<a href=\"mailto:$email_addr\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " $username_from\" border=\"0\" /></a>" : "";
! $www_img = ($privmsg['user_website']) ? "<a href=\"" . $privmsg['user_website'] . "\" target=\"_userwww\"><img src=\"" . $images['icon_www'] . "\" alt=\"" . $lang['Visit_website'] . "\" border=\"0\" /></a>" : "";
! if($privmsg['user_icq'])
{
$icq_status_img = "<a href=\"http://wwp.icq.com/" . $privmsg['user_icq'] . "#pager\"><img src=\"http://web.icq.com/whitepages/online?icq=" . $privmsg['user_icq'] . "&img=5\" width=\"18\" height=\"18\" border=\"0\" /></a>";
--- 389,397 ----
$profile_img = "<a href=\"" . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$user_id_from") . "\"><img src=\"" . $images['icon_profile'] . "\" alt=\"" . $lang['Read_profile'] . " $username_from\" border=\"0\" /></a>";
! $email_img = ( $privmsg['user_viewemail'] ) ? "<a href=\"" . append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=$user_id_from") . "\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " $poster\" border=\"0\" /></a>" : "";
! $www_img = ( $privmsg['user_website']) ? "<a href=\"" . $privmsg['user_website'] . "\" target=\"_userwww\"><img src=\"" . $images['icon_www'] . "\" alt=\"" . $lang['Visit_website'] . "\" border=\"0\" /></a>" : "";
! if( $privmsg['user_icq'] )
{
$icq_status_img = "<a href=\"http://wwp.icq.com/" . $privmsg['user_icq'] . "#pager\"><img src=\"http://web.icq.com/whitepages/online?icq=" . $privmsg['user_icq'] . "&img=5\" width=\"18\" height=\"18\" border=\"0\" /></a>";
Index: posting.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/posting.php,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -r1.92 -r1.93
*** posting.php 2001/11/12 12:02:26 1.92
--- posting.php 2001/11/15 16:26:41 1.93
***************
*** 2580,2589 ****
if( $board_config['allow_html'] )
{
! $html_status = $lang['ON'];
$template->assign_block_vars("html_checkbox", array());
}
else
{
! $html_status = $lang['OFF'];
}
--- 2580,2589 ----
if( $board_config['allow_html'] )
{
! $html_status = $lang['HTML_is_ON'];
$template->assign_block_vars("html_checkbox", array());
}
else
{
! $html_status = $lang['HTML_is_OFF'];
}
***************
*** 2593,2602 ****
if($board_config['allow_bbcode'])
{
! $bbcode_status = $lang['ON'];
$template->assign_block_vars("bbcode_checkbox", array());
}
else
{
! $bbcode_status = $lang['OFF'];
}
--- 2593,2602 ----
if($board_config['allow_bbcode'])
{
! $bbcode_status = $lang['BBCode_is_ON'];
$template->assign_block_vars("bbcode_checkbox", array());
}
else
{
! $bbcode_status = $lang['BBCode_is_OFF'];
}
***************
*** 2606,2615 ****
if($board_config['allow_smilies'])
{
! $smilies_status = $lang['ON'];
$template->assign_block_vars("smilies_checkbox", array());
}
else
{
! $smilies_status = $lang['OFF'];
}
--- 2606,2615 ----
if($board_config['allow_smilies'])
{
! $smilies_status = $lang['Smilies_are_ON'];
$template->assign_block_vars("smilies_checkbox", array());
}
else
{
! $smilies_status = $lang['Smilies_are_OFF'];
}
***************
*** 2718,2730 ****
"L_OPTIONS" => $lang['Options'],
"L_PREVIEW" => $lang['Preview'],
"L_SUBMIT" => $lang['Submit_post'],
"L_CANCEL" => $lang['Cancel_post'],
"L_CONFIRM_DELETE" => $lang['Confirm_delete'],
! "L_HTML_IS" => $lang['HTML'] . " " . $lang['is'],
! "L_BBCODE_IS" => $lang['BBCode'] . " " . $lang['is'],
! "L_SMILIES_ARE" => $lang['Smilies'] . " " . $lang['are'],
! "L_DISABLE_HTML" => $lang['Disable'] . $lang['HTML'] . $lang['in_this_post'],
! "L_DISABLE_BBCODE" => $lang['Disable'] . $lang['BBCode'] . $lang['in_this_post'],
! "L_DISABLE_SMILIES" => $lang['Disable'] . $lang['Smilies'] . $lang['in_this_post'],
"L_ATTACH_SIGNATURE" => $lang['Attach_signature'],
"L_NOTIFY_ON_REPLY" => $lang['Notify'],
--- 2718,2728 ----
"L_OPTIONS" => $lang['Options'],
"L_PREVIEW" => $lang['Preview'],
+ "L_SPELLCHECK" => $lang['Specllcheck'],
"L_SUBMIT" => $lang['Submit_post'],
"L_CANCEL" => $lang['Cancel_post'],
"L_CONFIRM_DELETE" => $lang['Confirm_delete'],
! "L_DISABLE_HTML" => $lang['Disable_HTML_post'],
! "L_DISABLE_BBCODE" => $lang['Disable_BBCode_post'],
! "L_DISABLE_SMILIES" => $lang['Disable_Smilies_post'],
"L_ATTACH_SIGNATURE" => $lang['Attach_signature'],
"L_NOTIFY_ON_REPLY" => $lang['Notify'],
Index: memberlist.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/memberlist.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** memberlist.php 2001/10/14 18:22:32 1.22
--- memberlist.php 2001/11/15 16:26:41 1.23
***************
*** 188,193 ****
if( !empty($members[$i]['user_viewemail']) )
{
! $altered_email = str_replace("@", " at ", $members[$i]['user_email']);
! $email_img = "<a href=\"mailto:$altered_email\"><img src=\"" . $images['icon_email'] . "\" border=\"0\" alt=\"" . $lang['Send_an_email'] . "\" /></a>";
}
else
--- 188,192 ----
if( !empty($members[$i]['user_viewemail']) )
{
! $email_img = "<a href=\"" . append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=$user_id") . "\"><img src=\"" . $images['icon_email'] . "\" border=\"0\" alt=\"" . $lang['Send_an_email'] . "\" /></a>";
}
else
Index: profile.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/profile.php,v
retrieving revision 1.127
retrieving revision 1.128
diff -C2 -r1.127 -r1.128
*** profile.php 2001/11/09 13:15:35 1.127
--- profile.php 2001/11/15 16:26:41 1.128
***************
*** 261,268 ****
if( $profiledata['user_viewemail'] && $profiledata['user_email'] != "" )
{
! // Replace the @ with 'at'. Some anti-spam mesures.
! $email_addr = str_replace("@", " at ", $profiledata['user_email']);
! $email = "<a href=\"mailto:$email_addr\">$email_addr</a>";
! $email_img = "<a href=\"mailto:$email_addr\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " " . $profiledata['username'] . "\" border=\"0\" /></a>";
}
else
--- 261,268 ----
if( $profiledata['user_viewemail'] && $profiledata['user_email'] != "" )
{
! $email_profile = append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL . "=" . $profiledata['user_id']);
!
! $email = "<a href=\"$email_profile\">" . $lang['Send_email'] . "</a>";
! $email_img = "<a href=\"$email_profile\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " " . $profiledata['username'] . "\" border=\"0\" /></a>";
}
else
***************
*** 1411,1417 ****
}
! $html_status = ($userdata['user_allowhtml']) ? $lang['ON'] : $lang['OFF'];
! $bbcode_status = ($userdata['user_allowbbcode']) ? $lang['ON'] : $lang['OFF'];
! $smilies_status = ($userdata['user_allowsmile']) ? $lang['ON'] : $lang['OFF'];
$signature = preg_replace("/\:[0-9a-z\:]*?\]/si", "]", $signature);
--- 1411,1417 ----
}
! $html_status = ($userdata['user_allowhtml']) ? $lang['HTML_is_ON'] : $lang['HTML_is_OFF'];
! $bbcode_status = ($userdata['user_allowbbcode']) ? $lang['BBCode_is_ON'] : $lang['BBCode_is_OFF'];
! $smilies_status = ($userdata['user_allowsmile']) ? $lang['Smilies_are_ON'] : $lang['Smilies_are_OFF'];
$signature = preg_replace("/\:[0-9a-z\:]*?\]/si", "]", $signature);
***************
*** 1579,1586 ****
"L_EMAIL_ADDRESS" => $lang['Email_address'],
- "L_HTML_IS" => $lang['HTML'] . " " . $lang['is'],
- "L_BBCODE_IS" => $lang['BBCode'] . " " . $lang['is'],
- "L_SMILIES_ARE" => $lang['Smilies'] . " " . $lang['are'],
-
"S_ALLOW_AVATAR_UPLOAD" => $board_config['allow_avatar_upload'],
"S_ALLOW_AVATAR_LOCAL" => $board_config['allow_avatar_local'],
--- 1579,1582 ----
***************
*** 1619,1623 ****
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
}
! else if($mode == "sendpassword")
{
if( isset($HTTP_POST_VARS['submit']) )
--- 1615,1619 ----
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
}
! else if( $mode == "sendpassword" )
{
if( isset($HTTP_POST_VARS['submit']) )
***************
*** 1730,1734 ****
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
}
! else if($mode == "activate")
{
$sql = "SELECT user_id, user_email, user_newpasswd
--- 1726,1730 ----
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
}
! else if( $mode == "activate" )
{
$sql = "SELECT user_id, user_email, user_newpasswd
***************
*** 1747,1754 ****
$sql_update_pass = "";
}
! $sql_update = "UPDATE " . USERS_TABLE . "
SET user_active = 1, user_actkey = ''" . $sql_update_pass . "
WHERE user_id = " . $row['user_id'];
! if($result = $db->sql_query($sql_update))
{
if( $board_config['require_activation'] == USER_ACTIVATION_ADMIN && $sql_update_pass == "" )
--- 1743,1751 ----
$sql_update_pass = "";
}
!
! $sql = "UPDATE " . USERS_TABLE . "
SET user_active = 1, user_actkey = ''" . $sql_update_pass . "
WHERE user_id = " . $row['user_id'];
! if( $result = $db->sql_query($sql) )
{
if( $board_config['require_activation'] == USER_ACTIVATION_ADMIN && $sql_update_pass == "" )
***************
*** 1804,1807 ****
--- 1801,1982 ----
}
break;
+ }
+ else if( $mode == "email" )
+ {
+ if( !empty($HTTP_GET_VARS[POST_USERS_URL]) || !empty($HTTP_POST_VARS[POST_USERS_URL]) )
+ {
+ $user_id = ( !empty($HTTP_GET_VARS[POST_USERS_URL]) ) ? $HTTP_GET_VARS[POST_USERS_URL] : $HTTP_POST_VARS[POST_USERS_URL];
+ }
+ else
+ {
+ message_die(GENERAL_MESSAGE, $lang['No_user_specified']);
+ }
+
+ if( !$userdata['session_logged_in'] )
+ {
+ header("Location: " . append_sid("login.$phpEx?redirect=profile.$phpEx&mode=email&" . POST_USERS_URL . "=$user_id", true));
+ }
+
+ $sql = "SELECT username, user_email, user_viewemail, user_emailtime, user_sig, user_sig_bbcode_uid
+ FROM " . USERS_TABLE . "
+ WHERE user_id = $user_id";
+ if( $result = $db->sql_query($sql) )
+ {
+ $row = $db->sql_fetchrow($result);
+
+ $username = $row['username'];
+ $user_email = $row['user_email'];
+ $user_sig = $row['user_sig'];
+ $user_sig_bbcode_uid = $row['user_sig_bbcode_uid'];
+
+ if( $row['user_viewemail'] )
+ {
+ if( time() - $row['user_emailtime'] < $board_config['flood_interval'] )
+ {
+ message_die(GENERAL_MESSAGE, $lang['Flood_email_limit']);
+ }
+
+ if( isset($HTTP_POST_VARS['submit']) )
+ {
+ $error = FALSE;
+
+ if( !empty($HTTP_POST_VARS['subject']) )
+ {
+ $subject = trim(strip_tags($HTTP_POST_VARS['subject']));
+ }
+ else
+ {
+ $error = TRUE;
+ $error_msg = ( !empty($error_msg) ) ? $error_msg . "<br />" . $lang['Empty_subject_email'] : $lang['Empty_subject_email'];
+ }
+
+ if( !empty($HTTP_POST_VARS['message']) )
+ {
+ $message = trim(strip_tags($HTTP_POST_VARS['message']));
+ }
+ else
+ {
+ $error = TRUE;
+ $error_msg = ( !empty($error_msg) ) ? $error_msg . "<br />" . $lang['Empty_message_email'] : $lang['Empty_message_email'];
+ }
+
+ if( !$error )
+ {
+ $sql = "UPDATE " . USERS_TABLE . "
+ SET user_emailtime = " . time() . "
+ WHERE user_id = " . $userdata['user_id'];
+ if( $result = $db->sql_query($sql) )
+ {
+ $server_name = ( isset($HTTP_SERVER_VARS['HTTP_HOST']) ) ? $HTTP_SERVER_VARS['HTTP_HOST'] : $HTTP_SERVER_VARS['SERVER_NAME'];
+
+ include($phpbb_root_path . 'includes/emailer.'.$phpEx);
+ $emailer = new emailer($board_config['smtp_delivery']);
+
+ $email_headers = "From: " . $userdata['user_email'] . "\n";
+ if( !empty($HTTP_POST_VARS['cc_email']) )
+ {
+ $email_headers .= "Cc: " . $userdata['user_email'] . "\n";
+ }
+ $email_headers .= "Return-Path: " . $userdata['user_email'] . "\n";
+ $email_headers .= "X-AntiAbuse: Board servername - " . $server_name . "\n";
+ $email_headers .= "X-AntiAbuse: User_id - " . $user_id . "\n";
+ $email_headers .= "X-AntiAbuse: Username - " . $username . "\n";
+ $email_headers .= "X-AntiAbuse: User IP - " . decode_ip($user_ip) . "\r\n";
+
+ $emailer->use_template("profile_send_email");
+ $emailer->email_address($user_email);
+ $emailer->set_subject($subject);
+ $emailer->extra_headers($email_headers);
+
+ $emailer->assign_vars(array(
+ "SITENAME" => $board_config['sitename'],
+ "BOARD_EMAIL" => $board_config['board_email'],
+ "FROM_USERNAME" => $userdata['username'],
+ "TO_USERNAME" => $username,
+ "MESSAGE" => $message)
+ );
+ $emailer->send();
+ $emailer->reset();
+
+ $template->assign_vars(array(
+ "META" => '<meta http-equiv="refresh" content="5;url=' . append_sid("index.$phpEx") . '">')
+ );
+
+ $message = $lang['Email_sent'] . "<br /><br />" . sprintf($lang['Click_return_index'], "<a href=\"" . append_sid("index.$phpEx") . "\">", "</a>");
+
+ message_die(GENERAL_MESSAGE, $message);
+ }
+ else
+ {
+ message_die(GENERAL_ERROR, "Couldn't update last email time", "", __LINE__, __FILE__, $sql);
+ }
+ }
+ }
+
+ include($phpbb_root_path . 'includes/page_header.'.$phpEx);
+
+ $template->set_filenames(array(
+ "body" => "profile_send_email.tpl",
+ "jumpbox" => "jumpbox.tpl")
+ );
+
+ $jumpbox = make_jumpbox();
+ $template->assign_vars(array(
+ "L_GO" => $lang['Go'],
+ "L_JUMP_TO" => $lang['Jump_to'],
+ "L_SELECT_FORUM" => $lang['Select_forum'],
+
+ "S_JUMPBOX_LIST" => $jumpbox,
+ "S_JUMPBOX_ACTION" => append_sid("viewforum.$phpEx"))
+ );
+ $template->assign_var_from_handle("JUMPBOX", "jumpbox");
+
+ if( $error )
+ {
+ $template->set_filenames(array(
+ "reg_header" => "error_body.tpl")
+ );
+ $template->assign_vars(array(
+ "ERROR_MESSAGE" => $error_msg)
+ );
+ $template->assign_var_from_handle("ERROR_BOX", "reg_header");
+ }
+
+ if( $userdata['user_sig'] != "" )
+ {
+ $template->assign_block_vars("signature_checkbox", array());
+ }
+
+ $template->assign_vars(array(
+ "USERNAME" => $username,
+
+ "S_SIGNATURE_CHECKED" => ( $attach_sig ) ? "checked=\"checked\"" : "",
+ "S_POST_ACTION" => append_sid("profile.$phpEx?&mode=email&" . POST_USERS_URL . "=$user_id"),
+
+ "L_SEND_EMAIL_MSG" => $lang['Send_email_msg'],
+ "L_RECIPIENT" => $lang['Recipient'],
+ "L_SUBJECT" => $lang['Subject'],
+ "L_MESSAGE_BODY" => $lang['Message_body'],
+ "L_MESSAGE_BODY_DESC" => $lang['Email_message_desc'],
+ "L_OPTIONS" => $lang['Options'],
+ "L_CC_EMAIL" => $lang['CC_email'],
+ "L_NOTIFY_ON_REPLY" => $lang['Notify'],
+ "L_SPELLCHECK" => $lang['Spellcheck'],
+ "L_SEND_EMAIL" => $lang['Send_email'])
+ );
+
+ $template->pparse("body");
+
+ include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
+ }
+ else
+ {
+ message_die(GENERAL_MESSAGE, $lang['User_prevent_email']);
+ }
+ }
+ else
+ {
+ message_die(GENERAL_MESSAGE, $lang['User_not_exist']);
+ }
}
}
Index: groupcp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/groupcp.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** groupcp.php 2001/11/09 08:57:36 1.18
--- groupcp.php 2001/11/15 16:26:41 1.19
***************
*** 726,731 ****
if( !empty($group_members[$i]['user_viewemail']) )
{
! $email_addr = str_replace("@", " at ", $group_members[$i]['user_email']);
! $email_img = ( $group_members[$i]['user_viewemail'] ) ? "<a href=\"mailto:$email_addr\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " $poster\" border=\"0\" /></a>" : "";
}
else
--- 726,730 ----
if( !empty($group_members[$i]['user_viewemail']) )
{
! $email_img = ( $group_members[$i]['user_viewemail'] ) ? "<a href=\"" . append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $group_members[$i]['user_id']) . "\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " $poster\" border=\"0\" /></a>" : "";
}
else
***************
*** 882,887 ****
if( !empty($modgroup_pending_list[$i]['user_viewemail']) )
{
! $email_addr = str_replace("@", " at ", $modgroup_pending_list[$i]['user_email']);
! $email_img = ( $modgroup_pending_list[$i]['user_viewemail'] ) ? "<a href=\"mailto:$email_addr\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " $poster\" border=\"0\" /></a>" : "";
}
else
--- 881,885 ----
if( !empty($modgroup_pending_list[$i]['user_viewemail']) )
{
! $email_img = ( $modgroup_pending_list[$i]['user_viewemail'] ) ? "<a href=\"" . append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $modgroup_pending_list[$i]['user_id']) . "\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " $poster\" border=\"0\" /></a>" : "";
}
else
|
|
From: Bart v. B. <ba...@us...> - 2001-11-14 23:09:01
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv3483
Modified Files:
search.php
Log Message:
Added arguments to search ACTION to avoid caching probems (back button that doesn't work)
Index: search.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/search.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** search.php 2001/11/14 06:39:17 1.25
--- search.php 2001/11/14 23:08:56 1.26
***************
*** 1185,1189 ****
"L_DISPLAY_RESULTS" => $lang['Display_results'],
! "S_SEARCH_ACTION" => append_sid("search.$phpEx"),
"S_CHARACTER_OPTIONS" => $s_characters,
"S_FORUM_OPTIONS" => $s_forums,
--- 1185,1189 ----
"L_DISPLAY_RESULTS" => $lang['Display_results'],
! "S_SEARCH_ACTION" => append_sid("search.$phpEx?mode=results"),
"S_CHARACTER_OPTIONS" => $s_characters,
"S_FORUM_OPTIONS" => $s_forums,
***************
*** 1198,1200 ****
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
\ No newline at end of file
--- 1198,1200 ----
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
|
|
From: Bart v. B. <ba...@us...> - 2001-11-14 20:21:06
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv19390/phpBB2
Modified Files:
modcp.php
Log Message:
Added checkbox for shadowtopic on topic move, enabled deleting of shadow topics
Index: modcp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/modcp.php,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** modcp.php 2001/11/13 17:36:27 1.44
--- modcp.php 2001/11/14 20:21:01 1.45
***************
*** 265,285 ****
}
! $sql = "DELETE
! FROM " . POSTS_TABLE . "
! WHERE post_id IN ($post_id_sql)";
! if( !$result = $db->sql_query($sql) )
{
! message_die(GENERAL_ERROR, "Could not delete posts", "", __LINE__, __FILE__, $sql);
! }
! $sql = "DELETE
! FROM " . POSTS_TEXT_TABLE . "
! WHERE post_id IN ($post_id_sql)";
! if( !$result = $db->sql_query($sql) )
! {
! message_die(GENERAL_ERROR, "Could not delete posts text", "", __LINE__, __FILE__, $sql);
}
! if( $vote_id_sql != "" )
{
$sql = "DELETE
--- 265,288 ----
}
! if( $post_id_sql != '' )
{
! $sql = "DELETE
! FROM " . POSTS_TABLE . "
! WHERE post_id IN ($post_id_sql)";
! if( !$result = $db->sql_query($sql) )
! {
! message_die(GENERAL_ERROR, "Could not delete posts", "", __LINE__, __FILE__, $sql);
! }
! $sql = "DELETE
! FROM " . POSTS_TEXT_TABLE . "
! WHERE post_id IN ($post_id_sql)";
! if( !$result = $db->sql_query($sql) )
! {
! message_die(GENERAL_ERROR, "Could not delete posts text", "", __LINE__, __FILE__, $sql);
! }
}
! if( $vote_id_sql != '' )
{
$sql = "DELETE
***************
*** 412,421 ****
{
$topic_id = $row[$i]['topic_id'];
!
! $sql = "INSERT INTO " . TOPICS_TABLE . " (forum_id, topic_title, topic_poster, topic_time, topic_status, topic_type, topic_vote, topic_views, topic_replies, topic_last_post_id, topic_moved_id)
! VALUES ($old_forum_id, '" . addslashes($row[$i]['topic_title']) . "', '" . $row[$i]['topic_poster'] . "', " . $row[$i]['topic_time'] . ", " . TOPIC_MOVED . ", " . POST_NORMAL . ", " . $row[$i]['topic_vote'] . ", " . $row[$i]['topic_views'] . ", " . $row[$i]['topic_replies'] . ", " . $row[$i]['topic_last_post_id'] . ", $topic_id)";
! if( !$result = $db->sql_query($sql) )
{
! message_die(GENERAL_ERROR, "Could not insert new topic", "Error", __LINE__, __FILE__, $sql);
}
--- 415,428 ----
{
$topic_id = $row[$i]['topic_id'];
!
! if( isset($HTTP_POST_VARS['move_leave_shadow']) )
{
! // Insert topic in the old forum that indicates that the forum has moved.
! $sql = "INSERT INTO " . TOPICS_TABLE . " (forum_id, topic_title, topic_poster, topic_time, topic_status, topic_type, topic_vote, topic_views, topic_replies, topic_last_post_id, topic_moved_id)
! VALUES ($old_forum_id, '" . addslashes($row[$i]['topic_title']) . "', '" . $row[$i]['topic_poster'] . "', " . $row[$i]['topic_time'] . ", " . TOPIC_MOVED . ", " . POST_NORMAL . ", " . $row[$i]['topic_vote'] . ", " . $row[$i]['topic_views'] . ", " . $row[$i]['topic_replies'] . ", " . $row[$i]['topic_last_post_id'] . ", $topic_id)";
! if( !$result = $db->sql_query($sql) )
! {
! message_die(GENERAL_ERROR, "Could not insert shadow topic", "Error", __LINE__, __FILE__, $sql);
! }
}
***************
*** 451,455 ****
--- 458,466 ----
$message = sprintf($lang['Click_return_modcp'], "<a href=\"$redirect_page\">", "</a>");
}
+ $return_forum_url = append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$old_forum_id");
+ $returnforum = sprintf($lang['Click_return_forum'], "<a href=\"$return_forum_url\">", "</a>");
+ $message = $message . "<br \><br \>$returnforum";
+
$template->assign_vars(array(
"META" => '<meta http-equiv="refresh" content="3;url=' . $redirect_page . '">')
***************
*** 493,496 ****
--- 504,508 ----
"L_MOVE_TO_FORUM" => $lang['Move_to_forum'],
+ "L_LEAVESHADOW" => $lang['Leave_shadow_topic'],
"L_YES" => $lang['Yes'],
"L_NO" => $lang['No'],
***************
*** 1011,1015 ****
AND t.topic_poster = u.user_id
AND p.post_id = t.topic_last_post_id
- AND t.topic_status <> " . TOPIC_MOVED . "
ORDER BY t.topic_type DESC, p.post_time DESC
LIMIT $start, " . $board_config['topics_per_page'];
--- 1023,1026 ----
***************
*** 1061,1064 ****
--- 1072,1076 ----
$topic_id = $topic_rowset[$i]['topic_id'];
$topic_type = $topic_rowset[$i]['topic_type'];
+ $topic_status = $topic_rowset[$i]['topic_status'];
if($topic_type == POST_ANNOUNCE)
***************
*** 1070,1073 ****
--- 1082,1089 ----
$topic_type = $lang['Topic_Sticky'] . " ";
}
+ else if($topic_status == TOPIC_MOVED)
+ {
+ $topic_type = $lang['Topic_Moved'] . " ";
+ }
else
{
***************
*** 1118,1120 ****
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
\ No newline at end of file
--- 1134,1136 ----
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
|
|
From: Bart v. B. <ba...@us...> - 2001-11-14 20:21:06
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv19390/phpBB2/templates/subSilver
Modified Files:
modcp_move.tpl
Log Message:
Added checkbox for shadowtopic on topic move, enabled deleting of shadow topics
Index: modcp_move.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/modcp_move.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** modcp_move.tpl 2001/10/01 23:22:18 1.2
--- modcp_move.tpl 2001/11/14 20:21:01 1.3
***************
*** 18,21 ****
--- 18,22 ----
<tr>
<td align="center"><span class="gen">{L_MOVE_TO_FORUM} {S_FORUM_BOX}<br />
+ <input type="checkbox" name="move_leave_shadow" CHECKED>{L_LEAVESHADOW}<br />
<br />
{MESSAGE_TEXT}</span><br />
|
|
From: Bart v. B. <ba...@us...> - 2001-11-14 20:21:05
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv19390/phpBB2/language/lang_english Modified Files: lang_main.php Log Message: Added checkbox for shadowtopic on topic move, enabled deleting of shadow topics Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -r1.32 -r1.33 *** lang_main.php 2001/11/14 06:37:05 1.32 --- lang_main.php 2001/11/14 20:21:01 1.33 *************** *** 727,730 **** --- 727,731 ---- $lang['Confirm_move_topic'] = "Are you sure you want to move the selected topic/s?"; $lang['Move_to_forum'] = "Move to forum"; + $lang['Leave_shadow_topic'] = "Leave shadow topic in old forum."; $lang['Split_Topic'] = "Split Topic Control Panel"; $lang['Split_Topic_explain'] = "Using the form below you can split a topic in two, either by selecting the posts individually or by splitting at a selected post"; *************** *** 1291,1293 **** // ------------------------------------------------- ! ?> \ No newline at end of file --- 1292,1294 ---- // ------------------------------------------------- ! ?> |
|
From: Paul S. O. <ps...@us...> - 2001-11-14 13:32:17
|
Update of /cvsroot/phpbb/phpBB2/admin In directory usw-pr-cvs1:/tmp/cvs-serv26139/admin Modified Files: admin_board.php Log Message: Fix bug #481673 Index: admin_board.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/admin/admin_board.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -r1.32 -r1.33 *** admin_board.php 2001/11/14 03:53:00 1.32 --- admin_board.php 2001/11/14 13:32:14 1.33 *************** *** 183,187 **** "L_USE_SMTP" => $lang['Use_SMTP'], "L_USE_SMTP_EXPLAIN" => $lang['Use_SMTP_explain'], ! "L_SMTP_SERVER" => $lang['SMTP_server'], "SITENAME" => $new['sitename'], --- 183,188 ---- "L_USE_SMTP" => $lang['Use_SMTP'], "L_USE_SMTP_EXPLAIN" => $lang['Use_SMTP_explain'], ! "L_SMTP_SERVER" => $lang['SMTP_server'], ! "L_SUBMIT" => $lang['Submit'], "SITENAME" => $new['sitename'], |
|
From: Paul S. O. <ps...@us...> - 2001-11-14 13:32:17
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin In directory usw-pr-cvs1:/tmp/cvs-serv26139/templates/subSilver/admin Modified Files: board_config_body.tpl Log Message: Fix bug #481673 Index: board_config_body.tpl =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/board_config_body.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** board_config_body.tpl 2001/11/14 03:53:00 1.5 --- board_config_body.tpl 2001/11/14 13:32:14 1.6 *************** *** 189,191 **** </table></form> ! <br clear="all"> --- 189,191 ---- </table></form> ! <br clear="all" /> |
|
From: Paul S. O. <ps...@us...> - 2001-11-14 13:20:25
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv23307
Modified Files:
viewforum.php
Log Message:
Should fix bug #478011
Index: viewforum.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewforum.php,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -r1.99 -r1.100
*** viewforum.php 2001/11/04 12:55:22 1.99
--- viewforum.php 2001/11/14 13:20:22 1.100
***************
*** 30,34 ****
if( isset($HTTP_GET_VARS[POST_FORUM_URL]) || isset($HTTP_POST_VARS[POST_FORUM_URL]) )
{
! $forum_id = (isset($HTTP_GET_VARS[POST_FORUM_URL])) ? intval($HTTP_GET_VARS[POST_FORUM_URL]) : intval($HTTP_POST_VARS[POST_FORUM_URL]);
}
else
--- 30,34 ----
if( isset($HTTP_GET_VARS[POST_FORUM_URL]) || isset($HTTP_POST_VARS[POST_FORUM_URL]) )
{
! $forum_id = ( isset($HTTP_GET_VARS[POST_FORUM_URL]) ) ? intval($HTTP_GET_VARS[POST_FORUM_URL]) : intval($HTTP_POST_VARS[POST_FORUM_URL]);
}
else
***************
*** 37,41 ****
}
! $start = (isset($HTTP_GET_VARS['start'])) ? intval($HTTP_GET_VARS['start']) : 0;
if( isset($HTTP_GET_VARS['mark']) || isset($HTTP_POST_VARS['mark']) )
--- 37,41 ----
}
! $start = ( isset($HTTP_GET_VARS['start']) ) ? intval($HTTP_GET_VARS['start']) : 0;
if( isset($HTTP_GET_VARS['mark']) || isset($HTTP_POST_VARS['mark']) )
***************
*** 69,73 ****
FROM " . FORUMS_TABLE . "
WHERE forum_id = $forum_id";
! if(!$result = $db->sql_query($sql))
{
message_die(GENERAL_ERROR, "Couldn't obtain forums information.", "", __LINE__, __FILE__, $sql);
--- 69,73 ----
FROM " . FORUMS_TABLE . "
WHERE forum_id = $forum_id";
! if( !$result = $db->sql_query($sql) )
{
message_die(GENERAL_ERROR, "Couldn't obtain forums information.", "", __LINE__, __FILE__, $sql);
***************
*** 83,87 ****
// the user.
//
! if(!$total_rows = $db->sql_numrows($result))
{
message_die(GENERAL_MESSAGE, $lang['Forum_not_exist']);
--- 83,87 ----
// the user.
//
! if( !$total_rows = $db->sql_numrows($result) )
{
message_die(GENERAL_MESSAGE, $lang['Forum_not_exist']);
***************
*** 186,190 ****
AND g.group_id = aa.group_id
AND u.user_id = ug.user_id";
! if(!$result_mods = $db->sql_query($sql))
{
message_die(GENERAL_ERROR, "Couldn't obtain forums information.", "", __LINE__, __FILE__, $sql);
--- 186,190 ----
AND g.group_id = aa.group_id
AND u.user_id = ug.user_id";
! if( !$result_mods = $db->sql_query($sql) )
{
message_die(GENERAL_ERROR, "Couldn't obtain forums information.", "", __LINE__, __FILE__, $sql);
***************
*** 199,203 ****
for($i = 0; $i < $total_mods; $i++)
{
! if($mods_rowset[$i]['group_single_user'])
{
$mod_url = "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $mods_rowset[$i]['user_id'];
--- 199,203 ----
for($i = 0; $i < $total_mods; $i++)
{
! if( $mods_rowset[$i]['group_single_user'] )
{
$mod_url = "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $mods_rowset[$i]['user_id'];
***************
*** 210,216 ****
}
! if(!strstr($forum_moderators, $mod_name))
{
! if($i > 0)
{
$forum_moderators .= ", ";
--- 210,216 ----
}
! if( !strstr($forum_moderators, $mod_name) )
{
! if( $i > 0 )
{
$forum_moderators .= ", ";
***************
*** 232,240 ****
//
$previous_days = array(0, 1, 7, 14, 30, 90, 180, 364);
! $previous_days_text = array($lang['All_Topics'], "1 " . $lang['Day'], "7 " . $lang['Days'], "2 " . $lang['Weeks'], "1 " . $lang['Month'], "3 ". $lang['Months'], "6 " . $lang['Months'], "1 " . $lang['Year']);
! if(!empty($HTTP_POST_VARS['topicdays']) || !empty($HTTP_GET_VARS['topicdays']))
{
! $topic_days = (!empty($HTTP_POST_VARS['topicdays'])) ? $HTTP_POST_VARS['topicdays'] : $HTTP_GET_VARS['topicdays'];
$min_topic_time = time() - ($topic_days * 86400);
--- 232,240 ----
//
$previous_days = array(0, 1, 7, 14, 30, 90, 180, 364);
! $previous_days_text = array($lang['All_Posts'], $lang['1_Day'], $lang['7_Days'], $lang['2_Weeks'], $lang['1_Month'], $lang['3_Months'], $lang['6_Months'], $lang['1_Year']);
! if( !empty($HTTP_POST_VARS['topicdays']) || !empty($HTTP_GET_VARS['topicdays']) )
{
! $topic_days = ( !empty($HTTP_POST_VARS['topicdays']) ) ? $HTTP_POST_VARS['topicdays'] : $HTTP_GET_VARS['topicdays'];
$min_topic_time = time() - ($topic_days * 86400);
***************
*** 245,249 ****
AND p.post_time >= $min_topic_time";
! if(!$result = $db->sql_query($sql))
{
message_die(GENERAL_ERROR, "Couldn't obtain limited topics count information", "", __LINE__, __FILE__, $sql);
--- 245,249 ----
AND p.post_time >= $min_topic_time";
! if( !$result = $db->sql_query($sql) )
{
message_die(GENERAL_ERROR, "Couldn't obtain limited topics count information", "", __LINE__, __FILE__, $sql);
***************
*** 289,293 ****
ORDER BY t.topic_type DESC, p.post_time DESC
LIMIT $start, ".$board_config['topics_per_page'];
! if(!$t_result = $db->sql_query($sql))
{
message_die(GENERAL_ERROR, "Couldn't obtain topic information", "", __LINE__, __FILE__, $sql);
--- 289,293 ----
ORDER BY t.topic_type DESC, p.post_time DESC
LIMIT $start, ".$board_config['topics_per_page'];
! if( !$t_result = $db->sql_query($sql) )
{
message_die(GENERAL_ERROR, "Couldn't obtain topic information", "", __LINE__, __FILE__, $sql);
***************
*** 307,311 ****
AND t.topic_type = " . POST_ANNOUNCE . "
ORDER BY p.post_time DESC";
! if(!$ta_result = $db->sql_query($sql))
{
message_die(GENERAL_ERROR, "Couldn't obtain topic information", "", __LINE__, __FILE__, $sql);
--- 307,311 ----
AND t.topic_type = " . POST_ANNOUNCE . "
ORDER BY p.post_time DESC";
! if( !$ta_result = $db->sql_query($sql) )
{
message_die(GENERAL_ERROR, "Couldn't obtain topic information", "", __LINE__, __FILE__, $sql);
***************
*** 395,399 ****
// Okay, lets dump out the page ...
//
! if($total_topics)
{
//
--- 395,399 ----
// Okay, lets dump out the page ...
//
! if( $total_topics )
{
//
***************
*** 425,433 ****
$topic_type = $topic_rowset[$i]['topic_type'];
! if($topic_type == POST_ANNOUNCE)
{
$topic_type = $lang['Topic_Announcement'] . " ";
}
! else if($topic_type == POST_STICKY)
{
$topic_type = $lang['Topic_Sticky'] . " ";
--- 425,433 ----
$topic_type = $topic_rowset[$i]['topic_type'];
! if( $topic_type == POST_ANNOUNCE )
{
$topic_type = $lang['Topic_Announcement'] . " ";
}
! else if( $topic_type == POST_STICKY )
{
$topic_type = $lang['Topic_Sticky'] . " ";
***************
*** 454,458 ****
for($j = 0; $j < $replies + 1; $j += $board_config['posts_per_page'])
{
! if($times > 4)
{
if( $j + $board_config['posts_per_page'] >= $replies + 1 )
--- 454,458 ----
for($j = 0; $j < $replies + 1; $j += $board_config['posts_per_page'])
{
! if( $times > 4 )
{
if( $j + $board_config['posts_per_page'] >= $replies + 1 )
***************
*** 463,467 ****
else
{
! if($times != 1)
{
$goto_page .= ", ";
--- 463,467 ----
else
{
! if( $times != 1 )
{
$goto_page .= ", ";
***************
*** 483,487 ****
$topic_id = $topic_rowset[$i]['topic_moved_id'];
! $folder_image = "<img src=\"$folder\" alt=\"" . $lang['No_new_posts'] . "\" />";
$newest_post_img = "";
}
--- 483,487 ----
$topic_id = $topic_rowset[$i]['topic_moved_id'];
! $folder_image = "<img src=\"" . $images['folder'] . "\" alt=\"" . $lang['No_new_posts'] . "\" />";
$newest_post_img = "";
}
|
|
From: James A. <th...@us...> - 2001-11-14 06:39:19
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv19774
Modified Files:
search.php
Log Message:
Oops, forgot to commit search.php
Index: search.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/search.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** search.php 2001/11/09 13:26:55 1.24
--- search.php 2001/11/14 06:39:17 1.25
***************
*** 123,127 ****
}
! if( isset($HTTP_POST_VARS['search_author']) || isset($HTTP_GET_VARS['search_author']) )
{
$query_author = ( isset($HTTP_POST_VARS['search_author']) ) ? $HTTP_POST_VARS['search_author'] : $HTTP_GET_VARS['search_author'];
--- 123,127 ----
}
! if( isset($HTTP_POST_VARS['search_author']) || isset($HTTP_GET_VARS['search_author']))
{
$query_author = ( isset($HTTP_POST_VARS['search_author']) ) ? $HTTP_POST_VARS['search_author'] : $HTTP_GET_VARS['search_author'];
***************
*** 248,252 ****
{
! if( $query_keywords != "" || $query_author != "" || $search_id == "newposts" )
{
$synonym_array = @file($phpbb_root_path . "language/lang_" . $board_config['default_lang'] . "/search_synonyms.txt");
--- 248,252 ----
{
! if( $query_keywords != "" || $query_author != "" || $search_id == "newposts" || $search_id == "egosearch" || $search_id == "unanswered")
{
$synonym_array = @file($phpbb_root_path . "language/lang_" . $board_config['default_lang'] . "/search_synonyms.txt");
***************
*** 260,263 ****
--- 260,281 ----
$sortby_dir = "DESC";
}
+
+ if( $search_id == "egosearch" )
+ {
+ $query_author = $userdata['username'];
+ $show_results = "topics";
+ $search_time = 0;
+ $sortby = 0;
+ $sortby_dir = "DESC";
+ }
+
+ if( $search_id == "unanswered" )
+ {
+ $show_results = "topics";
+ $search_time = 0;
+ $sortby = 0;
+ $sortby_dir = "DESC";
+ }
+
$cleaned_search = clean_words_search($query_keywords);
***************
*** 442,445 ****
--- 460,471 ----
//
+ // Unanswered Posts
+ //
+ if( $search_id == "unanswered" )
+ {
+ $search_sql .= ( $search_sql == "" ) ? "t.topic_replies = 0 " : "AND t.topic_replies = 0 ";
+ }
+
+ //
// If user is logged in then we'll
// check to see which (if any) private
***************
*** 450,454 ****
// searching of private forums
//
! if( $search_sql != "" || $search_id == "newposts" )
{
$sql = "SELECT $sql_fields
--- 476,480 ----
// searching of private forums
//
! if( $search_sql != "" || $search_id == "newposts" || $search_id == "egosearch" || $search_id == "unanswered" )
{
$sql = "SELECT $sql_fields
***************
*** 838,842 ****
}
}
-
$template->assign_block_vars("searchresults", array(
"TOPIC_TITLE" => $topic_title,
--- 864,867 ----
***************
*** 858,861 ****
--- 883,887 ----
{
$message = "";
+
if( count($orig_word) )
|
|
From: James A. <th...@us...> - 2001-11-14 06:37:08
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv19240/includes
Modified Files:
page_header.php
Log Message:
Implemented Bart's 'egosearch', and the search for unanswered posts.
Created links that are accessable from anywhere
Index: page_header.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/page_header.php,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -r1.59 -r1.60
*** page_header.php 2001/11/04 12:55:22 1.59
--- page_header.php 2001/11/14 06:37:05 1.60
***************
*** 232,235 ****
--- 232,236 ----
"L_LOGIN_LOGOUT" => $l_login_logout,
"L_LAST_VISIT" => $lang['You_last_visit'],
+ "L_SEARCH_UNANSWERED" => $lang['Search_unanswered'],
"U_INDEX" => append_sid("index.".$phpEx),
***************
*** 244,248 ****
--- 245,251 ----
"U_MEMBERSLIST" => append_sid("memberlist.".$phpEx),
"U_GROUP_CP" => append_sid("groupcp.".$phpEx),
+ "U_SEARCH_UNANSWERED" => append_sid("search.".$phpEx."?search_id=unanswered"),
+
"S_CONTENT_DIRECTION" => $lang['DIRECTION'],
"S_CONTENT_ENCODING" => $lang['ENCODING'],
***************
*** 293,296 ****
--- 296,300 ----
);
+
//
// Login box?
***************
*** 303,306 ****
--- 307,319 ----
{
$template->assign_block_vars("switch_user_logged_in", array());
+ //
+ // Bart's quick ego search
+ //
+ $template->assign_block_vars("egosearch", array(
+ "L_SEARCH_SELF" => $lang['Search_your_posts'],
+ "U_SEARCH_SELF" => append_sid("search.".$phpEx."?search_id=egosearch"))
+ );
+
+
}
|
|
From: James A. <th...@us...> - 2001-11-14 06:37:08
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv19240/language/lang_english Modified Files: lang_main.php Log Message: Implemented Bart's 'egosearch', and the search for unanswered posts. Created links that are accessable from anywhere Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -r1.31 -r1.32 *** lang_main.php 2001/11/14 03:53:00 1.31 --- lang_main.php 2001/11/14 06:37:05 1.32 *************** *** 133,136 **** --- 133,138 ---- $lang['You_last_visit'] = "You last visited on"; + $lang['Search_your_posts'] = "View your posts"; + $lang['Search_unanswered'] = "View unanswered posts"; $lang['Add'] = "Add"; $lang['Register'] = "Register"; |