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-12-26 23:52:06
|
Update of /cvsroot/phpbb/phpBB2/language/lang_finnish/email In directory usw-pr-cvs1:/tmp/cvs-serv17497/email Log Message: Directory /cvsroot/phpbb/phpBB2/language/lang_finnish/email added to the repository |
|
From: Paul S. O. <ps...@us...> - 2001-12-26 23:51:52
|
Update of /cvsroot/phpbb/phpBB2/language/lang_finnish In directory usw-pr-cvs1:/tmp/cvs-serv17414/lang_finnish Log Message: Directory /cvsroot/phpbb/phpBB2/language/lang_finnish added to the repository |
|
From: Bart v. B. <ba...@us...> - 2001-12-25 11:38:23
|
Update of /cvsroot/phpbb/phpBB2/language/lang_dutch/email
In directory usw-pr-cvs1:/tmp/cvs-serv18312
Modified Files:
user_welcome_inactive.tpl
Log Message:
Typos
Index: user_welcome_inactive.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_dutch/email/user_welcome_inactive.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** user_welcome_inactive.tpl 2001/12/24 13:50:03 1.1
--- user_welcome_inactive.tpl 2001/12/25 11:38:18 1.2
***************
*** 1,9 ****
{WELCOME_MSG}
! Je account is not NIET actief. Je kan het account activeren door op onderstaande link te klikken:
{U_ACTIVATE}
! Je account is aagemaakt met de volgende gegevens.
----------------------------
--- 1,9 ----
{WELCOME_MSG}
! Je account is NIET actief. Je kan het account activeren door op onderstaande link te klikken:
{U_ACTIVATE}
! Je account is aangemaakt met de volgende gegevens.
----------------------------
***************
*** 13,17 ****
Vergeet aub je wachtwoord niet! Het wachtwoord is gecodeerd opgeslagen en kan
! dus nooit meer opgehaald worden. Mocht je je wachtwoord toch vergeten dan kan
je eventueel een nieuwe wachtwoord aanvragen via een link in het login scherm.
--- 13,17 ----
Vergeet aub je wachtwoord niet! Het wachtwoord is gecodeerd opgeslagen en kan
! dus nooit meer worden opgehaald. Mocht je je wachtwoord toch vergeten dan kan
je eventueel een nieuwe wachtwoord aanvragen via een link in het login scherm.
|
|
From: Paul S. O. <ps...@us...> - 2001-12-25 01:20:35
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv22994 Modified Files: upgrade.php Log Message: Hopefully this fixes the anonymous user level problem ... Bart take a look-see when you can. Index: upgrade.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/upgrade.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** upgrade.php 2001/12/24 14:25:17 1.8 --- upgrade.php 2001/12/25 01:20:32 1.9 *************** *** 698,704 **** $row['user_level'] = ADMIN; break; - case '-1': - $row['user_level'] = ANONYMOUS; - break; default: $row['user_level'] = USER; --- 698,701 ---- |
|
From: Paul S. O. <ps...@us...> - 2001-12-25 01:15:55
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv22181 Modified Files: update_to_RC1.php Log Message: Forgot about subSilver.css change ... Index: update_to_RC1.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/update_to_RC1.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** update_to_RC1.php 2001/12/24 21:51:19 1.2 --- update_to_RC1.php 2001/12/25 01:15:51 1.3 *************** *** 21,24 **** --- 21,27 ---- $sql[] = "ALTER TABLE " . TOPICS_TABLE . " MODIFY topic_moved_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL"; + $sql[] = "UPDATE " . THEMES_TABLE . " + SET head_stylesheet = 'subSilver.css' + WHERE template_name = 'subSilver'"; break; *************** *** 34,37 **** --- 37,43 ---- $sql[] = "CREATE INDEX user_session_time_" . $table_prefix . "users_index ON " . USERS_TABLE . " (user_session_time)"; + $sql[] = "UPDATE " . THEMES_TABLE . " + SET head_stylesheet = 'subSilver.css' + WHERE template_name = 'subSilver'"; break; *************** *** 45,48 **** --- 51,57 ---- $sql[] = "CREATE INDEX [IX_" . $table_prefix . "users] ON [" . USERS_TABLE . "]([user_session_time]) ON [PRIMARY]"; + $sql[] = "UPDATE " . THEMES_TABLE . " + SET head_stylesheet = 'subSilver.css' + WHERE template_name = 'subSilver'"; break; *************** *** 53,56 **** --- 62,68 ---- $sql[] = "CREATE INDEX user_session_time ON " . USERS_TABLE . " (user_session_time)"; + $sql[] = "UPDATE " . THEMES_TABLE . " + SET head_stylesheet = 'subSilver.css' + WHERE template_name = 'subSilver'"; break; |
|
From: Paul S. O. <ps...@us...> - 2001-12-24 22:06:39
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv31755
Modified Files:
viewonline.php
Log Message:
This time without the echo ... echo ... echo ... echo ... yeah, I know, shut up :)
Index: viewonline.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewonline.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** viewonline.php 2001/12/24 22:05:56 1.42
--- viewonline.php 2001/12/24 22:06:36 1.43
***************
*** 247,251 ****
if( $hidden_users == 0 )
{
! echo $l_h_user_s = $lang['Hidden_users_zero_online'];
}
else if( $hidden_users == 1 )
--- 247,251 ----
if( $hidden_users == 0 )
{
! $l_h_user_s = $lang['Hidden_users_zero_online'];
}
else if( $hidden_users == 1 )
|
|
From: Paul S. O. <ps...@us...> - 2001-12-24 22:05:59
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv31701
Modified Files:
viewonline.php
Log Message:
Oops, hadn't updated no reg users or no guest users online situation ...
Index: viewonline.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewonline.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** viewonline.php 2001/12/24 16:34:27 1.41
--- viewonline.php 2001/12/24 22:05:56 1.42
***************
*** 247,251 ****
if( $hidden_users == 0 )
{
! $l_h_user_s = $lang['Hidden_users_zero_online'];
}
else if( $hidden_users == 1 )
--- 247,251 ----
if( $hidden_users == 0 )
{
! echo $l_h_user_s = $lang['Hidden_users_zero_online'];
}
else if( $hidden_users == 1 )
***************
*** 266,270 ****
{
$template->assign_vars(array(
! "TOTAL_REGISTERED_USERS_ONLINE" => sprintf($lang['Reg_users_online'], 0),
"L_NO_REGISTERED_USERS_BROWSING" => $lang['No_users_browsing'])
);
--- 266,270 ----
{
$template->assign_vars(array(
! "TOTAL_REGISTERED_USERS_ONLINE" => sprintf($lang['Reg_users_zero_online'], 0) . sprintf($lang['Hidden_users_zero_online'], 0),
"L_NO_REGISTERED_USERS_BROWSING" => $lang['No_users_browsing'])
);
***************
*** 369,373 ****
{
$template->assign_vars(array(
! "TOTAL_GUEST_USERS_ONLINE" => sprintf($lang['Guest_users_online'], 0, 0),
"L_NO_GUESTS_BROWSING" => $lang['No_users_browsing'])
);
--- 369,373 ----
{
$template->assign_vars(array(
! "TOTAL_GUEST_USERS_ONLINE" => sprintf($lang['Guest_users_zero_online'], 0),
"L_NO_GUESTS_BROWSING" => $lang['No_users_browsing'])
);
|
|
From: Paul S. O. <ps...@us...> - 2001-12-24 21:51:22
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv29699
Modified Files:
update_to_RC1.php
Log Message:
Update for topic_moved_id
Index: update_to_RC1.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/update_to_RC1.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** update_to_RC1.php 2001/12/14 02:07:23 1.1
--- update_to_RC1.php 2001/12/24 21:51:19 1.2
***************
*** 19,22 ****
--- 19,24 ----
$sql[] = "ALTER TABLE " . SEARCH_TABLE . "
MODIFY search_id int(11) NOT NULL";
+ $sql[] = "ALTER TABLE " . TOPICS_TABLE . "
+ MODIFY topic_moved_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL";
break;
***************
*** 58,64 ****
}
for($i = 0; $i < count($sql); $i++)
{
! echo "Running :: " . $sql[$i] . "<br />\n";
$result = $db->sql_query($sql[$i]);
--- 60,67 ----
}
+ $errored = false;
for($i = 0; $i < count($sql); $i++)
{
! echo "Running >>> " . $sql[$i];
$result = $db->sql_query($sql[$i]);
***************
*** 66,76 ****
if( !$result )
{
$error = $db->sql_error();
! die("Failed executing statement<br />\nError :: " . $error['message'] . "<br />\nSQL :: " . $sql[$i]);
}
!
}
! echo "\n<br /><br />\nCOMPLETE! Please delete this file before continuing!<br />\n";
?>
--- 69,90 ----
if( !$result )
{
+ $errored = true;
$error = $db->sql_error();
! echo " :: <b>FAILED</b> <u>( " . $error['message'] . " )</u><br /><br />\n\n";
}
! else
! {
! echo " :: <b>COMPLETED</b><br /><br />\n\n";
! }
}
! if( $errored )
! {
! echo "\n<br /><br />Errors occured! Please check and correct issues as required<br />\n";
! }
! else
! {
! echo "\n<br /><br />\nCOMPLETE! Please delete this file before continuing!<br />\n";
! }
?>
|
|
From: Paul S. O. <ps...@us...> - 2001-12-24 21:50:50
|
Update of /cvsroot/phpbb/phpBB2/db/schemas In directory usw-pr-cvs1:/tmp/cvs-serv29598/db/schemas Modified Files: ms_access_primer.zip Log Message: Update for default '0' in topic_moved_id Index: ms_access_primer.zip =================================================================== RCS file: /cvsroot/phpbb/phpBB2/db/schemas/ms_access_primer.zip,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 Binary files /tmp/cvs56SI7y and /tmp/cvsIuEXQZ differ |
|
From: Paul S. O. <ps...@us...> - 2001-12-24 21:42:42
|
Update of /cvsroot/phpbb/phpBB2/docs In directory usw-pr-cvs1:/tmp/cvs-serv28070/docs Added Files: FAQ_RC1 INSTALL_RC1 README_RC-1 Log Message: First draft of RC_1 docs --- NEW FILE --- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ phpBB 2.0 RC-1 release : 24th December 2001 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Some basic configuration instructions: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ phpBB 2.0 features a fairly intuitive configuration interface however there are some issues that may cause you to scratch your head, this mini-FAQ should address most of these! * How do I use the avatar settings? There are three types of avatar; upload, remote and local. Upload types require you to create a directory (the default is images/avatars) and to set this to public read/write (ie. chmod a+rw), users can then upload avatars (subject to width, height and size limits definable by you). Remote avatars allow the user to supply a URI pointing to an image available on the internet, PLEASE NOTE that size limits do not apply to remote avatars! Local avatars allow you to upload your own avatars to a set directory, users can then pick from this avatar gallery. The default location for this is images/avatars/gallery. PLEASE NOTE that avatars are categorised according to sub-folders in this location! ie. you MUST place your avatars in subdirectories, eg. images/avatars/gallery/cartoons, images/avatars/gallery/real-life, etc. * How do I set forum permissions You set forum permissions from the administration control panel->Forums->Permissions. This system has two modes of operation; Simple and Advanced. Simple uses a set of pre-defined authorisation levels, these set each type of authorisation setting to a specific level. Advanced settings allow you to specify individual levels for each operation in each forum. Experiment! * How do I set user and group permissions These are set from Admin->Users (Groups)->Permissions. The system may appear strange but it's very powerful. When you look up a user or group it will give you basic information (at the top of the page) followed by the available forum listing and current settings for this user. You can assign moderator status to users and groups and if you have PRIVATE forums (or forums with any of their individual operations set to PRIVATE) you can also assign access. * How do I set a user (group) as moderator? See above * Why are there no entries in the user (group) permission "Allow Access" column? You can only allow (or deny) users access to PRIVATE forums, or forums which have one or more operations set to PRIVATE * My users are complaining about being logged out too quickly! You can increase the default length of sessions (ie. how long before a users session is considered 'dead') in Admin->General->Configuration->Cookie Settings->Session Length. Set it to whatever value your users feel comfortable with, remember that security issues may affect your decision (ie. having too long a session may allow non-users to abuse your board should a user forget to logout or otherwise leave a current session on a public workstation). * Why are their so many entries under Guests? If your users are behind a proxy that switches IP's quickly without forwarding them you may find lots of entries like this. Don't worry about it too much. * My question isn't answered here! Feel free to search our test boards for the information you require. PLEASE DO NOT post your question without having first used search, chances are someone has already asked and answered your question. You can find our board here: http://phpbb.sourceforge.net/phpBB2/ Good luck and thanks for using phpBB 2.0 : phpBB Group 2001 --- NEW FILE --- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ phpBB 2.0 RC-1 release : 24th December 2001 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please note these instructions are by no means complete! If you are using this software it is assumed you are somewhat comfortable with uploading files, running scripts, etc. If you are not we recommend you wait till a more complete userguide is available (and phpBB 2.0 is declared final!). New Installations: ~~~~~~~~~~~~~~~~~~ Installation of phpBB 2.0 RC-1 will vary according to your server and database. In most cases all you need to do is unarchive the the file you downloaded (using whichever application is applicable, eg. Winzip, tar, WinRAR, etc.), upload all the resulting files to an appropriate directory on your webserver and point your browser to this location. Everything from this point is fully automated. You should enter the data asked for (check with your hosting provider if you are unsure as to the values of the first two sections) and click submit. The installation script will create and populate all the necessary tables. It will then attempt to write the config.php file, this file contains basic connection data essential to phpBB 2.0. If this file cannot be written (for whatever reason) you will be given the option of either downloading the file (which you should then subsequently upload to your server, overwriting the existing config.php) or, if possible to FTP the file directory to your directory. If you choose to FTP the file you will need to supply some extra information, should FTP fail you will be able to download the file. Once completed you will be taken to the administration control panel where you may make further changes to the board Upgrade from phpBB 1.4.x: ~~~~~~~~~~~~~~~~~~~~~~~~~ Before upgrading we recommend you do a full backup of your database! If you are unsure how to achieve this please ask your hosting provider for advice. One you have backed up your database you should unarchive the phpBB 2.0 archive your downloaded and upload them to a completely clean directory on your server. DO NOT copy the files over an existing phpBB 1.x installation! Once upload you should point your browser to this location but add upgrade.php to the path. The upgrade is automated and should proceed without error. Once completed you will be given the same options for the config.php file as for the New Installation above. Once completed your board should be immediately available. If you encountered errors you should restore your original database and report the problems to our bug tracker (see README_RC1 for details) Upgrade from phpBB 2.0 beta-1: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sorry but no direct upgrade is available from beta-1 (we did warn you!). If you are reasonably confident with the use of SQL, etc. you may be able to make the required changes to the database manually. You will need to examine the CVS check-ins to determine what needs changing where. Upgrade from phpBB 2.0 RC-1 (pre): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In the main all you need do is overwrite your existing installation (except config.php!!) and run update_to_RC1.php. This will automatically make a few changes to the database that occured after RC-1 (pre) was made available. You may need to modify some other values depending on your installation. Please search our forums if this becomes necessary (it shouldn't). Good luck and thanks for using phpBB 2.0 : phpBB Group 2001 --- NEW FILE --- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ phpBB 2.0 RC-1 release : 24th December 2001 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This is the first full Release Candidate version of phpBB 2.0, the number of RC releases will depend on how quickly we squish bugs. Our intention is to release one version a week as significant numbers of bugs are fixed. ABSOLUTELY NO NEW FEATURES WILL BE ADDED TO THE CORE phpBB 2.0 APPLICATION FROM THIS POINT SO DON'T ASK! (a feature request list for 2.2 will be opened in due course) Visit the phpBB 2.0 test board at : http://phpbb.sourceforge.net/phpBB2/ Running phpBB 2.0 RC-1 ~~~~~~~~~~~~~~~~~~~~~~ The install and upgrade scripts should be fully functional. As always we suggest you backup your old phpBB database files before carrying out an upgrade. NOTE TO RC-1 (pre) USERS: You MUST run the update_to_RC1.php script BEFORE attempting to access your board, failing to do so will result in errors. While these won't do any damage they will prevent you using your board. In addition users of RC-1 (pre) or users of old CVS versions should change the modify topic_moved_id in the _topics table from NULL to NOT NULL DEFAULT '0' (if required). If you do not do this then topic read tracking may appear to work incorrectly. Other minor DB changes have occured and you should examine the schemas to see if your installation requires any modifications (note that most of these have already been discussed on the phpBB2 forums). If you are uncomfortable doing any of this we recommend you re-install (you may backup your existing data if you wish, re-install phpBB2 and then insert your backup). PHP compatibility issues ~~~~~~~~~~~~~~~~~~~~~~~~ Please remember that running any application on a developmental version of PHP can lead to strange/unexpected results which may appear to be bugs in the application (which may not be true). Therefore we recommend you upgrade to the newest stable version of PHP before running phpBB 2.0 (the most recent stable release of PHP is 4.1.0). If you are running a developmental version of PHP please check any bugs you find on a system running a stable release before submitting. This board has been developed and tested under Linux and Windows (amongst others) running IIS and Apache using MySQL 3.23 and 4.0.0, MSSQL Server 2000, MS Access 2000 and XP and PostgreSQL 7.0.x and 7.1.x. Changes since RC-1 (pre) ~~~~~~~~~~~~~~~~~~~~~~~~ * Upgrade script completed for initial fully functional release * Sessions code updated * Mark read code updated and hopefully fixed * Significant changes to properly deal with \' for non-MySQL boards * mssql, msaccess and mssql-odbc DB classes re-written * Avatar issues addressed and fixed * Search (INSERT) bug using MySQL fixed * Search highlighting issues addressed * Search own/other users posts fixed * BBCode fixes for magic URIs and other issues * Template updates for subSilver * User and group permissions problems fixed * Forum management problems (deletion of forum causing category not to display) fixed * Pagination problem with groupcp fixed * Backslash issues with posting and profile fixed * Backslash issues with emails fixed * preg_quote problems fixed * User management updated with full avatar control and missing fields * Private messaging box limits fixed * Private messaging ?folder= strangeness fixed * Forum pruning code updated to cope with search system * Emoticon system in posting updated * BBCode FAQ link added to posting form * Language file updates to address concerns of translators * Various other bug fixes and updates Note that a full list of fixed bugs can be found at the bug tracker (see below) Status of this version ~~~~~~~~~~~~~~~~~~~~~~ This is feature frozen, no major additions will be made from this point on. Please do not post suggestions for additional features at this time they won't be included in this version! Fully functional features (bugs are noted below): * Fully featured Templating sytem (includes subSilver template) * Multi-lingual capable (English supplied by default) * Robust and secure posting system including previews, topic review, polls and fulltext search updating * Notification on topic replies (including people who have not participated in topic) * Usergroups (each user can belong to numerous groups) * Individial control of forum permissions for each user, each group and each major forum operation * Modular Administration system (with numerous configuration options) * Moderator Control Panel * One click installation and upgrade process * Database abstraction layers for MySQL 3.x/4.x, MSSQL 7/2000, MS Access 2000/XP and Postgresql 7.x * User Profile and User settings including a range of avatar options, definable timezones, dates, etc. * Fully linked self-contained FAQ * Fulltext based (boolean capable) search system * Private Messaging (Inbox, Sentbox, Outbox, Savebox inc. box size limits) * Email from board Features yet to be frozen for release: * Template variable names Incomplete features: * Possible compatibility issues with PHP3 Known bugs ~~~~~~~~~~ Please note the following issues, if you find additional bugs please report them to our Sourceforge bug tracker page: http://sourceforge.net/tracker/index.php?group_id=7885 Please DO NOT post bug reports to our forums, they will be locked. If you do post a new bug (i.e. one that isn't already listed in the bug tracker) then please include details of your server type/version (Apache 1.2.22, IIS 4, Sambar, etc.), PHP version and DB type/version (eg. MySQL 3.23.32, PostgreSQL 7.1.2, etc.) and please select the right "Group" when submitting the bug (ie. 2.0 RC-1). Once you have submitted a bug it would be helpful to us if you monitored it to enable us to ask you for feedback or to supply additional information (if required). Overview of current bug list: * Cannot post very large messages when using PostgreSQL 7.0.x (limitation of Postgresql 7.0.x) * Various issues affecting PostgreSQL 7.0.x in general * Possible issues with MSSQL * Some possible remaining issues with the upgrade script * Some minor subSilver related issues * Autologin/refresh issues with MS Internet Information Server * Possible missing data for board emails and related information under some server configurations Copyright and disclaimer ~~~~~~~~~~~~~~~~~~~~~~~~ This application is opensource software released under the GPL. Please see source code and the Docs directory for more details. This package and its contents are Copyright © 2001 phpBB Group, All Rights Reserved. |
|
From: Paul S. O. <ps...@us...> - 2001-12-24 21:41:50
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv27939
Modified Files:
viewforum.php
Log Message:
Minor update, big speed increase ... Bart's idea :)
Index: viewforum.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewforum.php,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -r1.115 -r1.116
*** viewforum.php 2001/12/16 18:53:44 1.115
--- viewforum.php 2001/12/24 21:41:47 1.116
***************
*** 271,275 ****
AND t.topic_type <> " . POST_ANNOUNCE . "
$limit_topics_time
! ORDER BY t.topic_type DESC, p.post_time DESC
LIMIT $start, ".$board_config['topics_per_page'];
if( !$t_result = $db->sql_query($sql) )
--- 271,275 ----
AND t.topic_type <> " . POST_ANNOUNCE . "
$limit_topics_time
! ORDER BY t.topic_type DESC, t.topic_last_post_id DESC
LIMIT $start, ".$board_config['topics_per_page'];
if( !$t_result = $db->sql_query($sql) )
***************
*** 290,294 ****
AND p.poster_id = u2.user_id
AND t.topic_type = " . POST_ANNOUNCE . "
! ORDER BY p.post_time DESC";
if( !$ta_result = $db->sql_query($sql) )
{
--- 290,294 ----
AND p.poster_id = u2.user_id
AND t.topic_type = " . POST_ANNOUNCE . "
! ORDER BY t.topic_last_post_id DESC ";
if( !$ta_result = $db->sql_query($sql) )
{
|
|
From: Paul S. O. <ps...@us...> - 2001-12-24 20:31:38
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv18556/language/lang_english Modified Files: lang_main.php Log Message: Added anon_user string for groupcp Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.71 retrieving revision 1.72 diff -C2 -r1.71 -r1.72 *** lang_main.php 2001/12/24 16:32:55 1.71 --- lang_main.php 2001/12/24 20:31:35 1.72 *************** *** 678,681 **** --- 678,682 ---- $lang['Could_not_add_user'] = "The user you selected does not exist"; + $lang['Could_not_anon_user'] = "You cannot make Anonymous a group member"; $lang['Confirm_unsub'] = "Are you sure you want to unsubscribe from this group?"; |
|
From: Paul S. O. <ps...@us...> - 2001-12-24 20:31:00
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv18458
Modified Files:
groupcp.php
Log Message:
Various updates.
Index: groupcp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/groupcp.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** groupcp.php 2001/12/21 15:51:31 1.34
--- groupcp.php 2001/12/24 20:30:57 1.35
***************
*** 54,58 ****
if( !$userdata['session_logged_in'] )
{
! header("Location: " . append_sid("login.$phpEx?redirect=groupcp.$phpEx", true));
}
--- 54,58 ----
if( !$userdata['session_logged_in'] )
{
! header("Location: " . append_sid("login.$phpEx?redirect=groupcp.$phpEx&" . POST_GROUPS_URL . "=$group_id", true));
}
***************
*** 107,111 ****
if( !$userdata['session_logged_in'] )
{
! header("Location: " . append_sid("login.$phpEx?redirect=groupcp.$phpEx", true));
}
--- 107,111 ----
if( !$userdata['session_logged_in'] )
{
! header("Location: " . append_sid("login.$phpEx?redirect=groupcp.$phpEx&" . POST_GROUPS_URL . "=$group_id", true));
}
***************
*** 225,229 ****
if( !$userdata['session_logged_in'] )
{
! header("Location: " . append_sid("login.$phpEx?redirect=groupcp.$phpEx", true));
}
--- 225,229 ----
if( !$userdata['session_logged_in'] )
{
! header("Location: " . append_sid("login.$phpEx?redirect=groupcp.$phpEx&" . POST_GROUPS_URL . "=$group_id", true));
}
***************
*** 300,303 ****
--- 300,308 ----
if( $HTTP_POST_VARS['add'] || $HTTP_POST_VARS['remove'] || isset($HTTP_POST_VARS['approve']) || isset($HTTP_POST_VARS['deny']) )
{
+ if( !$userdata['session_logged_in'] )
+ {
+ header("Location: " . append_sid("login.$phpEx?redirect=groupcp.$phpEx&" . POST_GROUPS_URL . "=$group_id", true));
+ }
+
if( !$is_moderator )
{
***************
*** 334,337 ****
--- 339,353 ----
message_die(GENERAL_MESSAGE, $message);
}
+
+ if( $row['user_id'] == ANONYMOUS )
+ {
+ $template->assign_vars(array(
+ "META" => '<meta http-equiv="refresh" content="3;url=' . append_sid("groupcp.$phpEx?" . POST_GROUPS_URL . "=$group_id") . '">')
+ );
+
+ $message = $lang["Could_not_anon_user"] . "<br /><br />" . sprintf($lang['Click_return_group'], "<a href=\"" . append_sid("groupcp.$phpEx?" . POST_GROUPS_URL . "=$group_id") . "\">", "</a>") . "<br /><br />" . sprintf($lang['Click_return_index'], "<a href=\"" . append_sid("index.$phpEx") . "\">", "</a>");
+
+ message_die(GENERAL_MESSAGE, $message);
+ }
$sql = "SELECT ug.user_id
***************
*** 1084,1089 ****
$template->assign_block_vars("switch_add_member", array());
}
-
-
//
--- 1100,1103 ----
|
|
From: Paul S. O. <ps...@us...> - 2001-12-24 18:42:51
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv4698
Modified Files:
privmsg.php
Log Message:
oops, box limits only came into affect after they've been exceeded, corrected.
Index: privmsg.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/privmsg.php,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -r1.69 -r1.70
*** privmsg.php 2001/12/24 18:11:19 1.69
--- privmsg.php 2001/12/24 18:42:48 1.70
***************
*** 299,303 ****
$sent_info = $db->sql_fetchrow($result);
! if( $sent_info['sent_items'] > $board_config['max_sentbox_privmsgs'] )
{
$sql = "DELETE $sql_priority FROM " . PRIVMSGS_TABLE . "
--- 299,303 ----
$sent_info = $db->sql_fetchrow($result);
! if( $sent_info['sent_items'] >= $board_config['max_sentbox_privmsgs'] )
{
$sql = "DELETE $sql_priority FROM " . PRIVMSGS_TABLE . "
***************
*** 744,748 ****
$saved_info = $db->sql_fetchrow($result);
! if( $saved_info['savebox_items'] > $board_config['max_savebox_privmsgs'] )
{
$sql = "DELETE $sql_priority FROM " . PRIVMSGS_TABLE . "
--- 744,748 ----
$saved_info = $db->sql_fetchrow($result);
! if( $saved_info['savebox_items'] >= $board_config['max_savebox_privmsgs'] )
{
$sql = "DELETE $sql_priority FROM " . PRIVMSGS_TABLE . "
***************
*** 980,984 ****
$inbox_info = $db->sql_fetchrow($result);
! if( $inbox_info['inbox_items'] > $board_config['max_inbox_privmsgs'] )
{
$sql = "DELETE $sql_priority FROM " . PRIVMSGS_TABLE . "
--- 980,984 ----
$inbox_info = $db->sql_fetchrow($result);
! if( $inbox_info['inbox_items'] >= $board_config['max_inbox_privmsgs'] )
{
$sql = "DELETE $sql_priority FROM " . PRIVMSGS_TABLE . "
|
|
From: Paul S. O. <ps...@us...> - 2001-12-24 18:37:54
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv4082/admin
Modified Files:
admin_groupauth.php admin_userauth.php
Log Message:
Minor updates + change of function name in group auth to prevent conflict.
Index: admin_groupauth.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/admin_groupauth.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** admin_groupauth.php 2001/11/30 01:28:32 1.22
--- admin_groupauth.php 2001/12/24 18:37:51 1.23
***************
*** 69,73 ****
// Start Functions
//
! function a_auth_check_user($type, $key, $u_auth, $is_admin)
{
--- 69,73 ----
// Start Functions
//
! function a_auth_check_group($type, $key, $u_auth, $is_admin)
{
***************
*** 75,79 ****
$auth_user = array();
! while( list($entry, $u_ary) = each($u_auth) )
{
if(!$single_user)
--- 75,79 ----
$auth_user = array();
! while( list($entry, $u_ary) = @each($u_auth) )
{
if(!$single_user)
***************
*** 95,99 ****
}
! $auth_user['auth'] = (!$single_user) ? ( $auth_user || $result ) : $result;
}
--- 95,99 ----
}
! $auth_user['auth'] = $auth_user || $result;
}
***************
*** 431,435 ****
// Checks complete, make updates to DB
//
! while( list($chg_forum_id, $sql) = each($valid_auth_mod_sql) )
{
if( !empty($sql) )
--- 431,435 ----
// Checks complete, make updates to DB
//
! while( list($chg_forum_id, $sql) = @each($valid_auth_mod_sql) )
{
if( !empty($sql) )
***************
*** 442,446 ****
}
! while( list($chg_forum_id, $sql) = each($valid_auth_prv_sql) )
{
if( !empty($sql) )
--- 442,446 ----
}
! while( list($chg_forum_id, $sql) = @each($valid_auth_prv_sql) )
{
if( !empty($sql) )
***************
*** 457,461 ****
//
$warning_list_mod = "";
! while( list($forum_id, $user_ary) = each($warning_mod_userid) )
{
for($i = 0; $i < count($user_ary); $i++)
--- 457,461 ----
//
$warning_list_mod = "";
! while( list($forum_id, $user_ary) = @each($warning_mod_userid) )
{
for($i = 0; $i < count($user_ary); $i++)
***************
*** 470,474 ****
$warning_list_acl = "";
! while( list($forum_id, $user_ary) = each($warning_prv_userid) )
{
for($i = 0; $i < count($user_ary); $i++)
--- 470,474 ----
$warning_list_acl = "";
! while( list($forum_id, $user_ary) = @each($warning_prv_userid) )
{
for($i = 0; $i < count($user_ary); $i++)
***************
*** 597,601 ****
if($num_forum_access[$f_forum_id])
{
! $result = a_auth_check_user(AUTH_ACL, $key, $g_access[$f_forum_id], 0);
$auth_group[$f_forum_id][$key] = $result['auth'];
$auth_field_acl[$f_forum_id][$key] = $result['auth'];
--- 597,601 ----
if($num_forum_access[$f_forum_id])
{
! $result = a_auth_check_group(AUTH_ACL, $key, $g_access[$f_forum_id], 0);
$auth_group[$f_forum_id][$key] = $result['auth'];
$auth_field_acl[$f_forum_id][$key] = $result['auth'];
***************
*** 610,614 ****
if($num_forum_access[$f_forum_id])
{
! $result = a_auth_check_user(AUTH_MOD, $key, $g_access[$f_forum_id], 0);
$auth_group[$f_forum_id][$key] = $result['auth'];
}
--- 610,614 ----
if($num_forum_access[$f_forum_id])
{
! $result = a_auth_check_group(AUTH_MOD, $key, $g_access[$f_forum_id], 0);
$auth_group[$f_forum_id][$key] = $result['auth'];
}
***************
*** 634,638 ****
if($num_forum_access[$f_forum_id])
{
! $result = a_auth_check_user(AUTH_MOD, 'auth_mod', $g_access[$f_forum_id], 0);
$auth_group[$f_forum_id]['auth_mod'] = $result['auth'];
}
--- 634,638 ----
if($num_forum_access[$f_forum_id])
{
! $result = a_auth_check_group(AUTH_MOD, 'auth_mod', $g_access[$f_forum_id], 0);
$auth_group[$f_forum_id]['auth_mod'] = $result['auth'];
}
Index: admin_userauth.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/admin_userauth.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** admin_userauth.php 2001/11/19 19:06:01 1.25
--- admin_userauth.php 2001/12/24 18:37:51 1.26
***************
*** 105,109 ****
}
! $auth_user['auth'] = (!$single_user) ? ( $auth_user || $result ) : $result;
}
--- 105,109 ----
}
! $auth_user['auth'] = $auth_user || $result;
}
***************
*** 403,407 ****
//
@reset($new_prv_ary);
! while( list($this_prv_field, $new_prv_status) = each($new_prv_ary) )
{
//
--- 403,407 ----
//
@reset($new_prv_ary);
! while( list($this_prv_field, $new_prv_status) = @each($new_prv_ary) )
{
//
***************
*** 470,474 ****
@reset($new_prv_ary);
! while( list($this_prv_field, $new_prv_status) = each($new_prv_ary) )
{
//
--- 470,474 ----
@reset($new_prv_ary);
! while( list($this_prv_field, $new_prv_status) = @each($new_prv_ary) )
{
//
***************
*** 726,734 ****
$i = 0;
! while(list($forumkey, $user_ary) = each($auth_user))
{
if( empty($adv) )
{
! if($forum_auth_level[$forumkey] == AUTH_ACL)
{
$allowed = 1;
--- 726,734 ----
$i = 0;
! while( list($forumkey, $user_ary) = @each($auth_user) )
{
if( empty($adv) )
{
! if( $forum_auth_level[$forumkey] == AUTH_ACL )
{
$allowed = 1;
***************
*** 736,740 ****
for($j = 0; $j < count($forum_auth_level_fields[$forumkey]); $j++)
{
! if(!$auth_user[$forumkey][$forum_auth_level_fields[$forumkey][$j]])
{
$allowed = 0;
--- 736,740 ----
for($j = 0; $j < count($forum_auth_level_fields[$forumkey]); $j++)
{
! if( !$auth_user[$forumkey][$forum_auth_level_fields[$forumkey][$j]] )
{
$allowed = 0;
***************
*** 744,752 ****
$optionlist_acl = "<select name=\"private[$forumkey]\">";
! if($is_admin || $user_ary['auth_mod'])
{
$optionlist_acl .= "<option value=\"1\">" . $lang['Allowed_Access'] . "</option>";
}
! else if($allowed)
{
$optionlist_acl .= "<option value=\"1\" selected=\"selected\">" . $lang['Allowed_Access'] . "</option><option value=\"0\">". $lang['Disallowed_Access'] . "</option>";
--- 744,752 ----
$optionlist_acl = "<select name=\"private[$forumkey]\">";
! if( $is_admin || $user_ary['auth_mod'] )
{
$optionlist_acl .= "<option value=\"1\">" . $lang['Allowed_Access'] . "</option>";
}
! else if( $allowed )
{
$optionlist_acl .= "<option value=\"1\" selected=\"selected\">" . $lang['Allowed_Access'] . "</option><option value=\"0\">". $lang['Disallowed_Access'] . "</option>";
***************
*** 767,771 ****
{
@reset($forum_access);
! while(list($key, $forum_row) = each($forum_access))
{
$forum_id = $forum_row['forum_id'];
--- 767,771 ----
{
@reset($forum_access);
! while( list($key, $forum_row) = @each($forum_access) )
{
$forum_id = $forum_row['forum_id'];
***************
*** 781,785 ****
if( isset($auth_field_acl[$forum_id][$field_name]) && !($is_admin || $user_ary['auth_mod']) )
{
! if(!$auth_field_acl[$forum_id][$field_name])
{
$optionlist_acl_adv[$forum_id][$j] .= "<option value=\"1\">" . $lang['ON'] . "</option><option value=\"0\" selected=\"selected\">" . $lang['OFF'] . "</option>";
--- 781,785 ----
if( isset($auth_field_acl[$forum_id][$field_name]) && !($is_admin || $user_ary['auth_mod']) )
{
! if( !$auth_field_acl[$forum_id][$field_name] )
{
$optionlist_acl_adv[$forum_id][$j] .= "<option value=\"1\">" . $lang['ON'] . "</option><option value=\"0\" selected=\"selected\">" . $lang['OFF'] . "</option>";
***************
*** 792,796 ****
else
{
! if($is_admin || $user_ary['auth_mod'])
{
$optionlist_acl_adv[$forum_id][$j] .= "<option value=\"1\">" . $lang['ON'] . "</option>";
--- 792,796 ----
else
{
! if( $is_admin || $user_ary['auth_mod'] )
{
$optionlist_acl_adv[$forum_id][$j] .= "<option value=\"1\">" . $lang['ON'] . "</option>";
***************
*** 810,814 ****
$optionlist_mod = "<select name=\"moderator[$forumkey]\">";
! if($user_ary['auth_mod'])
{
$optionlist_mod .= "<option value=\"1\" selected=\"selected\">" . $lang['Is_Moderator'] . "</option><option value=\"0\">" . $lang['Not_Moderator'] . "</option>";
--- 810,814 ----
$optionlist_mod = "<select name=\"moderator[$forumkey]\">";
! if( $user_ary['auth_mod'] )
{
$optionlist_mod .= "<option value=\"1\" selected=\"selected\">" . $lang['Is_Moderator'] . "</option><option value=\"0\">" . $lang['Not_Moderator'] . "</option>";
***************
*** 833,837 ****
);
! if(!$adv)
{
$template->assign_block_vars("forums.aclvalues", array(
--- 833,837 ----
);
! if( !$adv )
{
$template->assign_block_vars("forums.aclvalues", array(
***************
*** 858,862 ****
for($i = 0; $i < count($userinf); $i++)
{
! if(!$userinf[$i]['group_single_user'])
{
$group_name[] = $userinf[$i]['group_name'];
--- 858,862 ----
for($i = 0; $i < count($userinf); $i++)
{
! if( !$userinf[$i]['group_single_user'] )
{
$group_name[] = $userinf[$i]['group_name'];
***************
*** 865,869 ****
}
! if(count($group_name))
{
$t_usergroup_list = "";
--- 865,869 ----
}
! if( count($group_name) )
{
$t_usergroup_list = "";
***************
*** 886,890 ****
$s_column_span = 2; // Two columns always present
! if(!$adv)
{
$template->assign_block_vars("acltype", array(
--- 886,890 ----
$s_column_span = 2; // Two columns always present
! if( !$adv )
{
$template->assign_block_vars("acltype", array(
|
|
From: Paul S. O. <ps...@us...> - 2001-12-24 18:33:52
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv3539/admin
Modified Files:
admin_forumauth.php
Log Message:
Fix action bug
Index: admin_forumauth.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/admin_forumauth.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** admin_forumauth.php 2001/11/19 19:06:01 1.14
--- admin_forumauth.php 2001/12/24 18:33:49 1.15
***************
*** 21,26 ****
***************************************************************************/
- define("IN_ADMIN", true);
-
if($setmodules == 1)
{
--- 21,24 ----
***************
*** 334,340 ****
"L_RESET" => $lang['Reset'],
- "U_FORUMAUTH_ACTION" => append_sid("admin_forumauth.$phpEx?" . POST_FORUM_URL . "=$forum_id"),
"U_SWITCH_MODE" => $u_switch_mode,
"S_COLUMN_SPAN" => $s_column_span,
"S_HIDDEN_FIELDS" => $s_hidden_fields)
--- 332,338 ----
"L_RESET" => $lang['Reset'],
"U_SWITCH_MODE" => $u_switch_mode,
+ "S_FORUMAUTH_ACTION" => append_sid("admin_forumauth.$phpEx"),
"S_COLUMN_SPAN" => $s_column_span,
"S_HIDDEN_FIELDS" => $s_hidden_fields)
|
|
From: Paul S. O. <ps...@us...> - 2001-12-24 18:30:46
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv3186/templates/subSilver
Modified Files:
privmsgs_read_body.tpl profile_view_body.tpl
viewtopic_body.tpl
Log Message:
Doh! This is JavaScript not PHP ... brain is stuck in neutral and clutch has failed ...
Index: privmsgs_read_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/privmsgs_read_body.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** privmsgs_read_body.tpl 2001/12/24 18:10:43 1.5
--- privmsgs_read_body.tpl 2001/12/24 18:30:43 1.6
***************
*** 4,8 ****
function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
{
! if( icq_user_addr != "" || icq_user_addr != " " )
{
document.write('<table width="59" border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" width="35" height="18" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
--- 4,8 ----
function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
{
! if( icq_user_addr.length && icq_user_addr.indexOf(" ") == -1 )
{
document.write('<table width="59" border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" width="35" height="18" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
Index: profile_view_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_view_body.tpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** profile_view_body.tpl 2001/12/24 18:10:43 1.11
--- profile_view_body.tpl 2001/12/24 18:30:43 1.12
***************
*** 4,8 ****
function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
{
! if( icq_user_addr != "" || icq_user_addr != " " )
{
document.write('<table width="59" border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" width="35" height="18" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
--- 4,8 ----
function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
{
! if( icq_user_addr.length && icq_user_addr.indexOf(" ") == -1 )
{
document.write('<table width="59" border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" width="35" height="18" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
Index: viewtopic_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewtopic_body.tpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** viewtopic_body.tpl 2001/12/24 18:10:43 1.18
--- viewtopic_body.tpl 2001/12/24 18:30:43 1.19
***************
*** 4,8 ****
function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
{
! if( icq_user_addr != "" || icq_user_addr != " " )
{
document.write('<table width="59" border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" width="35" height="18" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
--- 4,8 ----
function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
{
! if( icq_user_addr.length && icq_user_addr.indexOf(" ") == -1 )
{
document.write('<table width="59" border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" width="35" height="18" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
|
|
From: Paul S. O. <ps...@us...> - 2001-12-24 18:13:07
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv1048/templates/subSilver
Modified Files:
overall_header.tpl
Log Message:
Altered way ICQ overlay is done, uses JavaScript ... don't want this generated within the source code.
Index: overall_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_header.tpl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** overall_header.tpl 2001/12/21 15:10:21 1.16
--- overall_header.tpl 2001/12/24 18:13:05 1.17
***************
*** 21,25 ****
TD.cat { background-image: url(templates/subSilver/images/cellpic1.gif) }
TD.rowpic { background-image: url(templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y }
- td.icqback { background-image: url(templates/subSilver/images/icon_icq_add.gif); background-repeat: no-repeat }
TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-image: url(templates/subSilver/images/cellpic1.gif) }
--- 21,24 ----
|
|
From: Paul S. O. <ps...@us...> - 2001-12-24 18:11:24
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv777
Modified Files:
privmsg.php profile.php viewtopic.php
Log Message:
Altered way ICQ overlay is done, uses JavaScript ... don't want this generated within the source code, fixed website issue in profile
Index: privmsg.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/privmsg.php,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -r1.68 -r1.69
*** privmsg.php 2001/12/24 16:01:49 1.68
--- privmsg.php 2001/12/24 18:11:19 1.69
***************
*** 469,487 ****
{
$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>";
!
! //
! // This cannot stay like this, it needs a 'proper' solution, eg a separate
! // template for overlaying the ICQ icon, or we just do away with the icq status
! // display (which is after all somewhat a pain in the rear :D
! //
! if( $theme['template_name'] == "subSilver" )
! {
! $icq_add_img = '<table width="59" border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" class="icqback"><img src="images/spacer.gif" width="3" height="18" alt = "">' . $icq_status_img . '<a href="http://wwp.icq.com/scripts/search.dll?to=' . $privmsg['user_icq'] . '"><img src="images/spacer.gif" width="35" height="18" border="0" alt="' . $lang['ICQ'] . '" /></a></td></tr></table>';
! $icq_status_img = "";
! }
! else
! {
! $icq_add_img = "<a href=\"http://wwp.icq.com/scripts/search.dll?to=" . $privmsg['user_icq'] . "\"><img src=\"" . $images['icon_icq'] . "\" alt=\"" . $lang['ICQ'] . "\" border=\"0\" /></a>";
! }
}
else
--- 469,473 ----
{
$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>";
! $icq_add_img = "<a href=\"http://wwp.icq.com/scripts/search.dll?to=" . $privmsg['user_icq'] . "\"><img src=\"" . $images['icon_icq'] . "\" alt=\"" . $lang['ICQ'] . "\" border=\"0\" /></a>";
}
else
***************
*** 572,575 ****
--- 558,563 ----
"EMAIL_IMG" => $email_img,
"WWW_IMG" => $www_img,
+ "ICQ" => ( $privmsg['user_icq'] ) ? $privmsg['user_icq'] : " ",
+ "ICQ_IMG" => ( $privmsg['user_icq'] ) ? $images['icon_icq'] : " ",
"ICQ_STATUS_IMG" => $icq_status_img,
"ICQ_ADD_IMG" => $icq_add_img,
Index: profile.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/profile.php,v
retrieving revision 1.160
retrieving revision 1.161
diff -C2 -r1.160 -r1.161
*** profile.php 2001/12/24 14:46:35 1.160
--- profile.php 2001/12/24 18:11:20 1.161
***************
*** 217,223 ****
// profile_view template
//
- $page_title = $lang['Viewing_profile'];
- include($phpbb_root_path . 'includes/page_header.'.$phpEx);
-
$template->set_filenames(array(
"body" => "profile_view_body.tpl",
--- 217,220 ----
***************
*** 263,268 ****
$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'] . "\" border=\"0\" /></a>";
}
else
--- 260,265 ----
$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'] . '" border="0" /></a>';
}
else
***************
*** 277,287 ****
{
case USER_AVATAR_UPLOAD:
! $avatar_img = "<img src=\"" . $board_config['avatar_path'] . "/" . $profiledata['user_avatar'] . "\" alt=\"\" />";
break;
case USER_AVATAR_REMOTE:
! $avatar_img = "<img src=\"" . $profiledata['user_avatar'] . "\" alt=\"\" />";
break;
case USER_AVATAR_GALLERY:
! $avatar_img = "<img src=\"" . $board_config['avatar_gallery_path'] . "/" . $profiledata['user_avatar'] . "\" alt=\"\" />";
break;
}
--- 274,284 ----
{
case USER_AVATAR_UPLOAD:
! $avatar_img = '<img src="' . $board_config['avatar_path'] . '/' . $profiledata['user_avatar'] . '" alt="" />';
break;
case USER_AVATAR_REMOTE:
! $avatar_img = '<img src="' . $profiledata['user_avatar'] . '" alt="" />';
break;
case USER_AVATAR_GALLERY:
! $avatar_img = '<img src="' . $board_config['avatar_gallery_path'] . '/' . $profiledata['user_avatar'] . '" alt="" />';
break;
}
***************
*** 313,317 ****
{
$poster_rank = $ranksrow[$j]['rank_title'];
! $rank_image = ($ranksrow[$j]['rank_image']) ? "<img src=\"" . $ranksrow[$j]['rank_image'] . "\"><br />" : "";
}
}
--- 310,314 ----
{
$poster_rank = $ranksrow[$j]['rank_title'];
! $rank_image = ( $ranksrow[$j]['rank_image'] ) ? "<img src=\"" . $ranksrow[$j]['rank_image'] . "\"><br />" : "";
}
}
***************
*** 321,340 ****
if( !empty($profiledata['user_icq']) )
{
! $icq_status_img = "<a href=\"http://wwp.icq.com/" . $profiledata['user_icq'] . "#pager\"><img src=\"http://web.icq.com/whitepages/online?icq=" . $profiledata['user_icq'] . "&img=5\" width=\"18\" height=\"18\" border=\"0\" /></a>";
!
! //
! // This cannot stay like this, it needs a 'proper' solution, eg a separate
! // template for overlaying the ICQ icon, or we just do away with the icq status
! // display (which is after all somewhat a pain in the rear :D
! //
! if( $theme['template_name'] == "subSilver" )
! {
! $icq_add_img = '<table width="59" border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" class="icqback"><img src="images/spacer.gif" width="3" height="18" alt = "">' . $icq_status_img . '<a href="http://wwp.icq.com/scripts/search.dll?to=' . $profiledata['user_icq'] . '"><img src="images/spacer.gif" width="35" height="18" border="0" alt="' . $lang['ICQ'] . '" /></a></td></tr></table>';
! $icq_status_img = "";
! }
! else
! {
! $icq_add_img = "<a href=\"http://wwp.icq.com/scripts/search.dll?to=" . $profiledata['user_icq'] . "\"><img src=\"" . $images['icon_icq'] . "\" alt=\"" . $lang['ICQ'] . "\" border=\"0\" /></a>";
! }
}
else
--- 318,323 ----
if( !empty($profiledata['user_icq']) )
{
! $icq_status_img = '<a href="http://wwp.icq.com/' . $profiledata['user_icq'] . '#pager"><img src="http://web.icq.com/whitepages/online?icq=' . $profiledata['user_icq'] . '&img=5" width="18" height="18" border="0" /></a>';
! $icq_add_img = '<a href="http://wwp.icq.com/scripts/search.dll?to=' . $profiledata['user_icq'] . '"><img src="' . $images['icon_icq'] . '" alt="' . $lang['ICQ'] . '" border="0" /></a>';
}
else
***************
*** 344,357 ****
}
! $aim_img = ($profiledata['user_aim']) ? "<a href=\"aim:goim?screenname=" . $profiledata['user_aim'] . "&message=Hello+Are+you+there?\"><img src=\"" . $images['icon_aim'] . "\" border=\"0\" alt=\"" . $lang['AIM'] . "\" /></a>" : " ";
! $msnm_img = ($profiledata['user_msnm']) ? "<img src=\"" . $images['icon_msnm'] . "\" border=\"0\" alt=\"" . $lang['MSNM'] . "\" /> " . $profiledata['user_msnm'] : " ";
! $yim_img = ( $profiledata['user_yim'] ) ? "<a href=\"http://edit.yahoo.com/config/send_webmesg?.target=" . $members[$i]['user_yim'] . "&.src=pg\"><img src=\"" . $images['icon_yim'] . "\" border=\"0\" alt=\"" . $lang['YIM'] . "\" /></a>" : " ";
! $search_img = "<a href=\"" . append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username']) . "&showresults=topics") . "\"><img src=\"" . $images['icon_search'] . "\" border=\"0\" alt=\"" . $lang['Search_user_posts'] . "\" /></a>";
! $search = "<a href=\"" . append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username']) . "&showresults=topics") . "\">" . $lang['Search_user_posts'] . "</a>";
! $www_img = ($profiledata['user_website']) ? "<a href=\"" . $profiledata['user_website'] . "\"><img src=\"" . $images['icon_www'] . "\" alt=\"" . $lang['Visit_website'] . "\" border=\"0\" /></a>" : " ";
$pm_img = "<a href=\"" . append_sid("privmsg.$phpEx?mode=post&" . POST_USERS_URL . "=" . $profiledata['user_id']) . "\"><img src=\"". $images['icon_pm'] . "\" alt=\"" . $lang['Send_private_message'] . "\" border=\"0\" /></a>";
--- 327,340 ----
}
! $aim_img = ( $profiledata['user_aim'] ) ? '<a href="aim:goim?screenname=' . $profiledata['user_aim'] . '&message=Hello+Are+you+there?"><img src="' . $images['icon_aim'] . '" border="0" alt="' . $lang['AIM'] . '" /></a>' : " ";
! $msnm_img = ( $profiledata['user_msnm'] ) ? '<img src="' . $images['icon_msnm'] . '" border="0" alt="' . $lang['MSNM'] . '" /> ' . $profiledata['user_msnm'] : " ";
! $yim_img = ( $profiledata['user_yim'] ) ? '<a href="http://edit.yahoo.com/config/send_webmesg?.target=' . $profiledata['user_yim'] . '&.src=pg"><img src="' . $images['icon_yim'] . '" border="0" alt="' . $lang['YIM'] . '" /></a>' : " ";
! $search_img = '<a href="' . append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username']) . "&showresults=posts") . '"><img src="' . $images['icon_search'] . '" border="0" alt="' . $lang['Search_user_posts'] . '" /></a>';
! $search = "<a href=\"" . append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username']) . "&showresults=posts") . "\">" . $lang['Search_user_posts'] . "</a>";
! $www_img = ( $profiledata['user_website'] ) ? '<a href="' . $profiledata['user_website'] . '"><img src="' . $images['icon_www'] . '" alt="' . $lang['Visit_website'] . '" border="0" /></a>' : " ";
$pm_img = "<a href=\"" . append_sid("privmsg.$phpEx?mode=post&" . POST_USERS_URL . "=" . $profiledata['user_id']) . "\"><img src=\"". $images['icon_pm'] . "\" alt=\"" . $lang['Send_private_message'] . "\" border=\"0\" /></a>";
***************
*** 372,388 ****
"UL_SEARCH" => $search,
"SEARCH_IMG" => $search_img,
"ICQ_ADD_IMG" => $icq_add_img,
"ICQ_STATUS_IMG" => $icq_status_img,
! "AIM" => ( ($profiledata['user_aim']) ? $profiledata['user_aim'] : " " ),
"AIM_IMG" => $aim_img,
! "MSN" => ( ($profiledata['user_msnm']) ? $profiledata['user_msnm'] : " " ),
"MSN_IMG" => $msnm_img,
! "YIM" => ( ($profiledata['user_yim']) ? $profiledata['user_yim'] : " " ),
"YIM_IMG" => $yim_img,
! "WEBSITE" => ( ($profiledata['user_website']) ? $profiledata['user_website'] : " " ),
"WEBSITE_IMG" => $www_img,
! "LOCATION" => ( ($profiledata['user_from']) ? $profiledata['user_from'] : " " ),
! "OCCUPATION" => ( ($profiledata['user_occ']) ? $profiledata['user_occ'] : " " ),
! "INTERESTS" => ( ($profiledata['user_interests']) ? $profiledata['user_interests'] : " " ),
"AVATAR_IMG" => $avatar_img,
--- 355,373 ----
"UL_SEARCH" => $search,
"SEARCH_IMG" => $search_img,
+ "ICQ" => ( $profiledata['user_icq'] ) ? $profiledata['user_icq'] : " ",
+ "ICQ_IMG" => ( $profiledata['user_icq'] ) ? $images['icon_icq'] : " ",
"ICQ_ADD_IMG" => $icq_add_img,
"ICQ_STATUS_IMG" => $icq_status_img,
! "AIM" => ( $profiledata['user_aim'] ) ? '<a href="aim:goim?screenname=' . $profiledata['user_aim'] . '&message=Hello+Are+you+there?">' . $profiledata['user_aim'] . '</a>' : " ",
"AIM_IMG" => $aim_img,
! "MSN" => ( $profiledata['user_msnm'] ) ? $profiledata['user_msnm'] : " ",
"MSN_IMG" => $msnm_img,
! "YIM" => ( $profiledata['user_yim'] ) ? '<a href="http://edit.yahoo.com/config/send_webmesg?.target=' . $profiledata['user_yim'] . '&.src=pg">' . $profiledata['user_yim'] . '</a>' : " ",
"YIM_IMG" => $yim_img,
! "WEBSITE" => ( $profiledata['user_website'] ) ? '<a href="' . $profiledata['user_website'] . '" target="_phpbbwebsite">' . $profiledata['user_website'] . '</a>' : " ",
"WEBSITE_IMG" => $www_img,
! "LOCATION" => ( $profiledata['user_from'] ) ? $profiledata['user_from'] : " ",
! "OCCUPATION" => ( $profiledata['user_occ'] ) ? $profiledata['user_occ'] : " ",
! "INTERESTS" => ( $profiledata['user_interests'] ) ? $profiledata['user_interests'] : " ",
"AVATAR_IMG" => $avatar_img,
***************
*** 406,413 ****
"L_INTERESTS" => $lang['Interests'],
! "U_SEARCH_USER" => append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username']) . "&showresults=topics"),
"S_PROFILE_ACTION" => append_sid("profile.$phpEx"))
);
$template->pparse("body");
--- 391,401 ----
"L_INTERESTS" => $lang['Interests'],
! "U_SEARCH_USER" => append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username']) . "&showresults=posts"),
"S_PROFILE_ACTION" => append_sid("profile.$phpEx"))
);
+
+ $page_title = $lang['Viewing_profile'];
+ include($phpbb_root_path . 'includes/page_header.'.$phpEx);
$template->pparse("body");
Index: viewtopic.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewtopic.php,v
retrieving revision 1.158
retrieving revision 1.159
diff -C2 -r1.158 -r1.159
*** viewtopic.php 2001/12/21 02:08:56 1.158
--- viewtopic.php 2001/12/24 18:11:20 1.159
***************
*** 856,874 ****
{
$icq_status_img = "<a href=\"http://wwp.icq.com/" . $postrow[$i]['user_icq'] . "#pager\"><img src=\"http://web.icq.com/whitepages/online?icq=" . $postrow[$i]['user_icq'] . "&img=5\" width=\"18\" height=\"18\" border=\"0\" /></a>";
!
! //
! // This cannot stay like this, it needs a 'proper' solution, eg a separate
! // template for overlaying the ICQ icon, or we just do away with the icq status
! // display (which is after all somewhat a pain in the rear :D
! //
! if( $theme['template_name'] == "subSilver" )
! {
! $icq_add_img = '<table width="59" border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" class="icqback"><img src="images/spacer.gif" width="3" height="18" alt = "" />' . $icq_status_img . '<a href="http://wwp.icq.com/scripts/search.dll?to=' . $postrow[$i]['user_icq'] . '"><img src="images/spacer.gif" width="35" height="18" border="0" alt="' . $lang['ICQ'] . '" title="' . $lang['ICQ'] . '" /></a></td></tr></table>';
! $icq_status_img = "";
! }
! else
! {
! $icq_add_img = "<a href=\"http://wwp.icq.com/scripts/search.dll?to=" . $postrow[$i]['user_icq'] . "\"><img src=\"" . $images['icon_icq'] . "\" alt=\"" . $lang['ICQ'] . "\" title=\"" . $lang['ICQ'] . "\" border=\"0\" /></a>";
! }
}
else
--- 856,860 ----
{
$icq_status_img = "<a href=\"http://wwp.icq.com/" . $postrow[$i]['user_icq'] . "#pager\"><img src=\"http://web.icq.com/whitepages/online?icq=" . $postrow[$i]['user_icq'] . "&img=5\" width=\"18\" height=\"18\" border=\"0\" /></a>";
! $icq_add_img = "<a href=\"http://wwp.icq.com/scripts/search.dll?to=" . $postrow[$i]['user_icq'] . "\"><img src=\"" . $images['icon_icq'] . "\" alt=\"" . $lang['ICQ'] . "\" title=\"" . $lang['ICQ'] . "\" border=\"0\" /></a>";
}
else
***************
*** 1077,1080 ****
--- 1063,1068 ----
"EMAIL_IMG" => $email_img,
"WWW_IMG" => $www_img,
+ "ICQ" => ( !empty($postrow[$i]['user_icq']) ) ? $postrow[$i]['user_icq'] : " ",
+ "ICQ_IMG" => ( !empty($postrow[$i]['user_icq']) ) ? $images['icon_icq'] : " ",
"ICQ_STATUS_IMG" => $icq_status_img,
"ICQ_ADD_IMG" => $icq_add_img,
|
|
From: Paul S. O. <ps...@us...> - 2001-12-24 18:10:46
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv675/templates/subSilver
Modified Files:
privmsgs_read_body.tpl profile_view_body.tpl
viewtopic_body.tpl
Log Message:
Altered way ICQ overlay is done, uses JavaScript ... don't want this generated within the source code.
Index: privmsgs_read_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/privmsgs_read_body.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** privmsgs_read_body.tpl 2001/11/18 14:01:35 1.4
--- privmsgs_read_body.tpl 2001/12/24 18:10:43 1.5
***************
*** 1,3 ****
--- 1,15 ----
+ <script language="Javascript" type="text/javascript">
+ <!--
+ function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
+ {
+ if( icq_user_addr != "" || icq_user_addr != " " )
+ {
+ document.write('<table width="59" border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" width="35" height="18" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
+ }
+ }
+ //-->
+ </script>
+
<table cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
***************
*** 52,56 ****
<tr>
<td valign="middle" nowrap="nowrap">{PROFILE_IMG} {PM_IMG} {EMAIL_IMG}
! {WWW_IMG} {AIM_IMG} {YIM_IMG} {MSN_IMG} </td><td valign="top" align="left" width="100%" nowrap="nowrap">{ICQ_STATUS_IMG}{ICQ_ADD_IMG}</td>
</tr>
</table>
--- 64,73 ----
<tr>
<td valign="middle" nowrap="nowrap">{PROFILE_IMG} {PM_IMG} {EMAIL_IMG}
! {WWW_IMG} {AIM_IMG} {YIM_IMG} {MSN_IMG} </td><td valign="top" align="left" width="100%" nowrap="nowrap"><script language="JavaScript" type="text/javascript"><!--
!
! create_icq_subsilver('{ICQ}', '{ICQ_STATUS_IMG}', '{ICQ_IMG}');
!
! //--></script>
! <noscript>{ICQ_ADD_IMG}</noscript></td>
</tr>
</table>
Index: profile_view_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_view_body.tpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** profile_view_body.tpl 2001/12/24 17:17:52 1.10
--- profile_view_body.tpl 2001/12/24 18:10:43 1.11
***************
*** 1,3 ****
--- 1,15 ----
+ <script language="Javascript" type="text/javascript">
+ <!--
+ function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
+ {
+ if( icq_user_addr != "" || icq_user_addr != " " )
+ {
+ document.write('<table width="59" border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" width="35" height="18" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
+ }
+ }
+ //-->
+ </script>
+
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
***************
*** 75,79 ****
<tr>
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_ICQ_NUMBER}:</span></td>
! <td class="row1" valign="middle"><span class="gen">{ICQ_STATUS_IMG}{ICQ_ADD_IMG}</span></td>
</tr>
</table>
--- 87,97 ----
<tr>
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_ICQ_NUMBER}:</span></td>
! <td class="row1" valign="middle"><span class="gen">
! <script language="JavaScript" type="text/javascript"><!--
!
! create_icq_subsilver('{ICQ}', '{ICQ_STATUS_IMG}', '{ICQ_IMG}');
!
! //--></script>
! <noscript>{ICQ_ADD_IMG}</noscript></span></td>
</tr>
</table>
Index: viewtopic_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewtopic_body.tpl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** viewtopic_body.tpl 2001/12/20 19:00:22 1.17
--- viewtopic_body.tpl 2001/12/24 18:10:43 1.18
***************
*** 1,2 ****
--- 1,15 ----
+
+ <script language="Javascript" type="text/javascript">
+ <!--
+ function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
+ {
+ if( icq_user_addr != "" || icq_user_addr != " " )
+ {
+ document.write('<table width="59" border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" width="35" height="18" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
+ }
+ }
+ //-->
+ </script>
+
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
***************
*** 58,62 ****
<tr>
<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG}
! {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} </td><td valign="top" align="left" width="100%" nowrap="nowrap">{postrow.ICQ_STATUS_IMG}{postrow.ICQ_ADD_IMG}</td>
</tr>
</table>
--- 71,80 ----
<tr>
<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG}
! {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} </td><td valign="top" align="left" width="100%" nowrap="nowrap"><script language="JavaScript" type="text/javascript"><!--
!
! create_icq_subsilver('{postrow.ICQ}', '{postrow.ICQ_STATUS_IMG}', '{postrow.ICQ_IMG}');
!
! //--></script>
! <noscript>{postrow.ICQ_ADD_IMG}</noscript></td>
</tr>
</table>
|
|
From: Paul S. O. <ps...@us...> - 2001-12-24 17:17:55
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv25411/templates/subSilver
Modified Files:
profile_view_body.tpl
Log Message:
Update to go along with fix for bug #493673, fix for profile will go in CVS shortly
Index: profile_view_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_view_body.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** profile_view_body.tpl 2001/12/24 16:45:56 1.9
--- profile_view_body.tpl 2001/12/24 17:17:52 1.10
***************
*** 34,38 ****
<tr>
<td valign="middle" align="right"><span class="gen">{L_WEBSITE}: </span></td>
! <td><b><span class="gen">{WEBSITE_IMG}</span></b></td>
</tr>
<tr>
--- 34,38 ----
<tr>
<td valign="middle" align="right"><span class="gen">{L_WEBSITE}: </span></td>
! <td><span class="gen"><b>{WEBSITE}</b></span></td>
</tr>
<tr>
|
|
From: Paul S. O. <ps...@us...> - 2001-12-24 16:45:59
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv18732/templates/subSilver
Modified Files:
profile_view_body.tpl
Log Message:
Fix bug #496117
Index: profile_view_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_view_body.tpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** profile_view_body.tpl 2001/11/19 00:08:07 1.8
--- profile_view_body.tpl 2001/12/24 16:45:56 1.9
***************
*** 34,38 ****
<tr>
<td valign="middle" align="right"><span class="gen">{L_WEBSITE}: </span></td>
! <td><span class="gen"><b><a href="{WEBSITE}" class="gen" target="_blank">{WEBSITE}</a></b></span></td>
</tr>
<tr>
--- 34,38 ----
<tr>
<td valign="middle" align="right"><span class="gen">{L_WEBSITE}: </span></td>
! <td><b><span class="gen">{WEBSITE_IMG}</span></b></td>
</tr>
<tr>
|
|
From: Jonathan H. <the...@us...> - 2001-12-24 16:41:32
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv17925 Modified Files: install.php Log Message: Fix for #496173... Stupid me was using $config_data instead of $HTTP_POST_VARS array variable.. #*@& register globals...#&#@ bad habits... Index: install.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/install.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** install.php 2001/12/22 16:22:45 1.25 --- install.php 2001/12/24 16:41:28 1.26 *************** *** 408,412 **** // Error couldn't get connected... Go back to option to send file... // ! $s_hidden_fields = '<input type="hidden" name="config_data" value="' . htmlspecialchars($config_data) . '" />'; $s_hidden_fields .= '<input type="hidden" name="send_file" value="1" />'; if( $upgrade == 1 ) --- 408,412 ---- // Error couldn't get connected... Go back to option to send file... // ! $s_hidden_fields = '<input type="hidden" name="config_data" value="' . htmlspecialchars($HTTP_POST_VARS['config_data']) . '" />'; $s_hidden_fields .= '<input type="hidden" name="send_file" value="1" />'; if( $upgrade == 1 ) *************** *** 909,911 **** } ! ?> \ No newline at end of file --- 909,911 ---- } ! ?> |
|
From: Jonathan H. <the...@us...> - 2001-12-24 16:37:52
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv17496 Modified Files: lang_admin.php Log Message: Ok go on and shoot me Paul.. :D Apparently I'd forgotten to add an error message for the install when it couldn't ftp the file. Fixed now. Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_admin.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -r1.24 -r1.25 *** lang_admin.php 2001/12/22 16:23:16 1.24 --- lang_admin.php 2001/12/24 16:37:48 1.25 *************** *** 681,688 **** --- 681,690 ---- $lang['ftp_password'] = "Your FTP Password"; $lang['Transfer_config'] = "Start Transfer"; + $lang['NoFTP_config'] = "The attempt to ftp the config file into place failed. Please download the config file and ftp it into place manually."; $lang['Install'] = "Install"; $lang['Upgrade'] = "Upgrade"; + $lang['Install_Method'] = "Choose your installation method"; *************** *** 691,693 **** // ------------------------------------------------- ! ?> \ No newline at end of file --- 693,695 ---- // ------------------------------------------------- ! ?> |
|
From: Paul S. O. <ps...@us...> - 2001-12-24 16:35:17
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv17197/templates/subSilver/admin
Modified Files:
user_edit_body.tpl
Log Message:
Ooops, looks like I forgot to commit this earlier ...
Index: user_edit_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/user_edit_body.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** user_edit_body.tpl 2001/12/05 17:51:41 1.7
--- user_edit_body.tpl 2001/12/24 16:35:14 1.8
***************
*** 49,53 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ICQ_NUMBER}:</span></td>
<td class="row2">
<input type="text" name="icq" size="10" maxlength="15" value="{ICQ}" />
--- 49,53 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ICQ_NUMBER}</span></td>
<td class="row2">
<input type="text" name="icq" size="10" maxlength="15" value="{ICQ}" />
***************
*** 55,59 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_AIM}:</span></td>
<td class="row2">
<input type="text" name="aim" size="20" maxlength="255" value="{AIM}" />
--- 55,59 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_AIM}</span></td>
<td class="row2">
<input type="text" name="aim" size="20" maxlength="255" value="{AIM}" />
***************
*** 61,65 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_MESSENGER}:</span></td>
<td class="row2">
<input type="text" name="msn" size="20" maxlength="255" value="{MSN}" />
--- 61,65 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_MESSENGER}</span></td>
<td class="row2">
<input type="text" name="msn" size="20" maxlength="255" value="{MSN}" />
***************
*** 67,71 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_YAHOO}:</span></td>
<td class="row2">
<input type="text" name="yim" size="20" maxlength="255" value="{YIM}" />
--- 67,71 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_YAHOO}</span></td>
<td class="row2">
<input type="text" name="yim" size="20" maxlength="255" value="{YIM}" />
***************
*** 73,77 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_WEBSITE}:</span></td>
<td class="row2">
<input type="text" name="website" size="35" maxlength="255" value="{WEBSITE}" />
--- 73,77 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_WEBSITE}</span></td>
<td class="row2">
<input type="text" name="website" size="35" maxlength="255" value="{WEBSITE}" />
***************
*** 79,83 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_LOCATION}:</span></td>
<td class="row2">
<input type="text" name="location" size="35" maxlength="100" value="{LOCATION}" />
--- 79,83 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_LOCATION}</span></td>
<td class="row2">
<input type="text" name="location" size="35" maxlength="100" value="{LOCATION}" />
***************
*** 85,89 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_OCCUPATION}:</span></td>
<td class="row2">
<input type="text" name="occupation" size="35" maxlength="100" value="{OCCUPATION}" />
--- 85,89 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_OCCUPATION}</span></td>
<td class="row2">
<input type="text" name="occupation" size="35" maxlength="100" value="{OCCUPATION}" />
***************
*** 91,95 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_INTERESTS}:</span></td>
<td class="row2">
<input type="text" name="interests" size="35" maxlength="150" value="{INTERESTS}" />
--- 91,95 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_INTERESTS}</span></td>
<td class="row2">
<input type="text" name="interests" size="35" maxlength="150" value="{INTERESTS}" />
***************
*** 97,101 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_SIGNATURE}:</span><br />
<span class="gensmall">{L_SIGNATURE_EXPLAIN}<br />
<br />
--- 97,101 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_SIGNATURE}</span><br />
<span class="gensmall">{L_SIGNATURE_EXPLAIN}<br />
<br />
***************
*** 114,118 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_PUBLIC_VIEW_EMAIL}:</span></td>
<td class="row2">
<input type="radio" name="viewemail" value="1" {VIEW_EMAIL_YES} />
--- 114,118 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_PUBLIC_VIEW_EMAIL}</span></td>
<td class="row2">
<input type="radio" name="viewemail" value="1" {VIEW_EMAIL_YES} />
***************
*** 122,126 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_HIDE_USER}:</span></td>
<td class="row2">
<input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />
--- 122,126 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_HIDE_USER}</span></td>
<td class="row2">
<input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />
***************
*** 130,134 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_NOTIFY_ON_REPLY}:</span></td>
<td class="row2">
<input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} />
--- 130,134 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_NOTIFY_ON_REPLY}</span></td>
<td class="row2">
<input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} />
***************
*** 138,142 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_NOTIFY_ON_PRIVMSG}:</span></td>
<td class="row2">
<input type="radio" name="notifypm" value="1" {NOTIFY_PM_YES} />
--- 138,142 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_NOTIFY_ON_PRIVMSG}</span></td>
<td class="row2">
<input type="radio" name="notifypm" value="1" {NOTIFY_PM_YES} />
***************
*** 146,150 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_POPUP_ON_PRIVMSG}:</span></td>
<td class="row2">
<input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} />
--- 146,150 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_POPUP_ON_PRIVMSG}</span></td>
<td class="row2">
<input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} />
***************
*** 154,158 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALWAYS_ADD_SIGNATURE}:</span></td>
<td class="row2">
<input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES} />
--- 154,158 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALWAYS_ADD_SIGNATURE}</span></td>
<td class="row2">
<input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES} />
***************
*** 162,166 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_BBCODE}:</span></td>
<td class="row2">
<input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES} />
--- 162,166 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_BBCODE}</span></td>
<td class="row2">
<input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES} />
***************
*** 170,174 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_HTML}:</span></td>
<td class="row2">
<input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES} />
--- 170,174 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_HTML}</span></td>
<td class="row2">
<input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES} />
***************
*** 178,182 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_SMILIES}:</span></td>
<td class="row2">
<input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} />
--- 178,182 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_SMILIES}</span></td>
<td class="row2">
<input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} />
***************
*** 186,202 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_BOARD_LANGUAGE}:</span></td>
<td class="row2">{LANGUAGE_SELECT}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_BOARD_STYLE}:</span></td>
<td class="row2">{STYLE_SELECT}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_TIMEZONE}:</span></td>
<td class="row2">{TIMEZONE_SELECT}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_DATE_FORMAT}:</span><br />
<span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td>
<td class="row2">
--- 186,202 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_BOARD_LANGUAGE}</span></td>
<td class="row2">{LANGUAGE_SELECT}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_BOARD_STYLE}</span></td>
<td class="row2">{STYLE_SELECT}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_TIMEZONE}</span></td>
<td class="row2">{TIMEZONE_SELECT}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_DATE_FORMAT}</span><br />
<span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td>
<td class="row2">
***************
*** 207,211 ****
<td class="catSides" colspan="2"><span class="cattitle"> </span></td>
</tr>
- <!-- BEGIN avatarblock -->
<tr>
<th class="thSides" colspan="2" height="12" valign="middle">{L_AVATAR_PANEL}</th>
--- 207,210 ----
***************
*** 226,253 ****
<!-- BEGIN avatarupload -->
<tr>
! <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_FILE}:</span></td>
<td class="row2">
<input type="hidden" name="MAX_FILE_SIZE" value="{AVATAR_SIZE}" />
! <input type="file" name="avatar" class="post"style="width: 200px" />
</td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_URL}:</span></td>
<td class="row2">
! <input type="text" name="avatarurl" size="40" class="post"style="width: 200px" />
</td>
</tr>
<!-- END avatarupload -->
- <!-- BEGIN avatarremote -->
<tr>
! <td class="row1"><span class="gen">{L_LINK_REMOTE_AVATAR}:</span></td>
<td class="row2">
! <input type="text" name="avatarremoteurl" size="40" class="post"style="width: 200px" />
</td>
</tr>
- <!-- END avatarremote -->
<!-- BEGIN avatargallery -->
<tr>
! <td class="row1"><span class="gen">{L_AVATAR_GALLERY}:</span></td>
<td class="row2">
<input type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" class="liteoption" />
--- 225,250 ----
<!-- BEGIN avatarupload -->
<tr>
! <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_FILE}</span></td>
<td class="row2">
<input type="hidden" name="MAX_FILE_SIZE" value="{AVATAR_SIZE}" />
! <input type="file" name="avatar" class="post" style="width: 200px" />
</td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_URL}</span></td>
<td class="row2">
! <input type="text" name="avatarurl" size="40" class="post" style="width: 200px" />
</td>
</tr>
<!-- END avatarupload -->
<tr>
! <td class="row1"><span class="gen">{L_LINK_REMOTE_AVATAR}</span></td>
<td class="row2">
! <input type="text" name="avatarremoteurl" size="40" class="post" style="width: 200px" />
</td>
</tr>
<!-- BEGIN avatargallery -->
<tr>
! <td class="row1"><span class="gen">{L_AVATAR_GALLERY}</span></td>
<td class="row2">
<input type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" class="liteoption" />
***************
*** 255,261 ****
</tr>
<!-- END avatargallery -->
- <!-- END avatarblock -->
<tr>
- <tr>
<td class="catSides" colspan="2"> </td>
</tr>
--- 252,256 ----
***************
*** 267,271 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_USER_ACTIVE}:</span></td>
<td class="row2">
<input type="radio" name="user_status" value="1" {USER_ACTIVE_YES} />
--- 262,266 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_USER_ACTIVE}</span></td>
<td class="row2">
<input type="radio" name="user_status" value="1" {USER_ACTIVE_YES} />
***************
*** 275,279 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALLOW_PM}:</span></td>
<td class="row2">
<input type="radio" name="user_allowpm" value="1" {ALLOW_PM_YES} />
--- 270,274 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALLOW_PM}</span></td>
<td class="row2">
<input type="radio" name="user_allowpm" value="1" {ALLOW_PM_YES} />
***************
*** 283,287 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALLOW_AVATAR}:</span></td>
<td class="row2">
<input type="radio" name="user_allowavatar" value="1" {ALLOW_AVATAR_YES} />
--- 278,282 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALLOW_AVATAR}</span></td>
<td class="row2">
<input type="radio" name="user_allowavatar" value="1" {ALLOW_AVATAR_YES} />
***************
*** 291,295 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_SELECT_RANK}:</span></td>
<td class="row2"><select name="user_rank">{RANK_SELECT_BOX}</select></td>
</tr>
--- 286,290 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_SELECT_RANK}</span></td>
<td class="row2"><select name="user_rank">{RANK_SELECT_BOX}</select></td>
</tr>
|