Skip to content

Commit

Permalink
Cleaned up small stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz6120 committed May 25, 2011
1 parent 7ab1050 commit 9fb60f5
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 84 deletions.
Binary file modified img/test.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions include/parser.php
@@ -1,4 +1,4 @@

<?php

/**
* Copyright (C) 2008-2011 FluxBB
Expand Down Expand Up @@ -946,4 +946,4 @@ function parse_signature($text)
$text = str_replace('<p></p>', '', '<p>'.$text.'</p>');

return $text;
}
}
2 changes: 1 addition & 1 deletion include/search_idx.php
Expand Up @@ -318,4 +318,4 @@ function strip_search_index($post_ids)
}

$db->query('DELETE FROM '.$db->prefix.'search_matches WHERE post_id IN('.$post_ids.')') or error('Unable to delete search index word match', __FILE__, __LINE__, $db->error());
}
}
6 changes: 3 additions & 3 deletions include/template/main.tpl
Expand Up @@ -30,9 +30,9 @@
<pun_title>
<pun_desc>
</div>
<pun_navlinks>
<pun_status>
</div>
<pun_navlinks>
<pun_status>
</div>
</div>

<pun_announcement>
Expand Down
3 changes: 0 additions & 3 deletions lang/English/admin_users.php
Expand Up @@ -58,16 +58,13 @@
'Last post after label' => 'Last post is after',
'Date help' => '(yyyy-mm-dd hh:mm:ss)',
'Last post before label' => 'Last post is before',
'Last visit after label' => 'Last visit is after',
'Last visit before label' => 'Last visit is before',
'Registered after label' => 'Registered after',
'Registered before label' => 'Registered before',
'Order by label' => 'Order by',
'Order by username' => 'Username',
'Order by e-mail' => 'Email',
'Order by posts' => 'Number of posts',
'Order by last post' => 'Last post',
'Order by last visit' => 'Last visit',
'Order by registered' => 'Registered',
'Ascending' => 'Ascending',
'Descending' => 'Descending',
Expand Down
6 changes: 0 additions & 6 deletions lang/English/help.php
Expand Up @@ -25,16 +25,10 @@

'Links and images' => 'Links and images',
'Links info' => 'You can create links to other documents or to email addresses using the following tags:',
'This help page' => 'This help page',
'My email address' => 'My email address',
'Images info' => 'If you want to display an image you can use the img tag. The text appearing after the "=" sign in the opening tag is used for the alt attribute and should be included whenever possible.',
'FluxBB bbcode test' => 'FluxBB bbcode test',

'Test topic' => 'Test topic',
'Test post' => 'Test post',
'Test forum' => 'Test forum',
'Test user' => 'Test user',

'Quotes' => 'Quotes',
'Quotes info' => 'If you want to quote someone, you should use the quote tag.',
'Quotes info 2' => 'If you don\'t want to quote anyone in particular, you can use the quote tag without specifying a name.',
Expand Down
1 change: 0 additions & 1 deletion lang/English/profile.php
Expand Up @@ -81,7 +81,6 @@
'Realname' => 'Real name',
'Location' => 'Location',
'Website' => 'Website',
'Invalid website URL' => 'The website URL you entered is invalid.',
'Jabber' => 'Jabber',
'ICQ' => 'ICQ',
'MSN' => 'MSN Messenger',
Expand Down
4 changes: 4 additions & 0 deletions lang/English/update.php
Expand Up @@ -70,4 +70,8 @@
'Username BBCode error' => 'Usernames may not contain any of the text formatting tags (BBCode) that the forum uses. Please choose another username.',
'Username duplicate error' => 'Someone is already registered with the username %s. The username you entered is too similar. The username must differ from that by at least one alphanumerical character (a-z or 0-9). Please choose a different username.',

'JavaScript disabled' => 'JavaScript seems to be disabled. %s.',
'Click here to continue' => 'Click here to continue',
'Required field' => 'is a required field in this form.'

);
2 changes: 1 addition & 1 deletion misc.php
Expand Up @@ -239,7 +239,7 @@
{
$mail_subject = sprintf($lang_common['Report notification'], $forum_id, $subject);
$mail_message = sprintf($lang_common['Report message 1'], $pun_user['username'], get_base_url().'/viewtopic.php?pid='.$post_id.'#p'.$post_id)."\n";
$mail_message .= "\n".sprintf($lang_common['Report message 2'], $reason)."\n";
$mail_message .= sprintf($lang_common['Report message 2'], $reason)."\n";
$mail_message .= "\n".'--'."\n".$lang_common['Email signature'];

require PUN_ROOT.'include/email.php';
Expand Down
26 changes: 5 additions & 21 deletions style/Air/base_admin.css
Expand Up @@ -123,41 +123,25 @@
text-align: center;
}

#users2 .tcl, #bans1 .tcl {
width: auto;
#users2 .tcl, #users2 .tc3, #users2 .tc5, #bans1 .tcl, #bans1 .tc3, #bans1 .tc5, #bans1 .tc6 {
width: 15%;
text-align: left;
}

#users2 .tc2, #bans1 .tc2 {
width: 18%;
text-align: left;
}

#users2 .tc3, #users2 .tc5, #bans1 .tc3, #bans1 .tc5, #bans1 .tc6 {
width: 12%;
width: 22%;
text-align: left;
}

#users2 .tc4, #bans1 .tc4 {
width: 10%;
width: 8%;
text-align: center;
}

#users2 .tcr {
width: 20%;
white-space: nowrap;
}

#bans1 .tcr {
width: 15%;
#users2 .tcr, #bans1 .tcr {
white-space: nowrap;
}

#users2 .tcmod {
width: 10%;
text-align: center;
}

.plugin p {
padding: 12px 18px 0;
}
4 changes: 2 additions & 2 deletions style/Earth.css
Expand Up @@ -767,8 +767,8 @@ MAIN POSTS
}

.pun .blockpost .postleft, .pun .blockpost .postfootleft {
width: 194px;
padding: 7px 12px 7px 12px;
width: 206px;
padding: 7px 0 7px 12px;
float: left;
margin-left: -218px;
position: relative;
Expand Down
26 changes: 5 additions & 21 deletions style/Earth/base_admin.css
Expand Up @@ -123,41 +123,25 @@
text-align: center;
}

#users2 .tcl, #bans1 .tcl {
width: auto;
#users2 .tcl, #users2 .tc3, #users2 .tc5, #bans1 .tcl, #bans1 .tc3, #bans1 .tc5, #bans1 .tc6 {
width: 15%;
text-align: left;
}

#users2 .tc2, #bans1 .tc2 {
width: 18%;
text-align: left;
}

#users2 .tc3, #users2 .tc5, #bans1 .tc3, #bans1 .tc5, #bans1 .tc6 {
width: 12%;
width: 22%;
text-align: left;
}

#users2 .tc4, #bans1 .tc4 {
width: 10%;
width: 8%;
text-align: center;
}

#users2 .tcr {
width: 20%;
white-space: nowrap;
}

#bans1 .tcr {
width: 15%;
#users2 .tcr, #bans1 .tcr {
white-space: nowrap;
}

#users2 .tcmod {
width: 10%;
text-align: center;
}

.plugin p {
padding: 12px 18px 0;
}
4 changes: 2 additions & 2 deletions style/Fire.css
Expand Up @@ -767,8 +767,8 @@ MAIN POSTS
}

.pun .blockpost .postleft, .pun .blockpost .postfootleft {
width: 194px;
padding: 7px 12px 7px 12px;
width: 206px;
padding: 7px 0 7px 12px;
float: left;
margin-left: -218px;
position: relative;
Expand Down
26 changes: 5 additions & 21 deletions style/Fire/base_admin.css
Expand Up @@ -123,41 +123,25 @@
text-align: center;
}

#users2 .tcl, #bans1 .tcl {
width: auto;
#users2 .tcl, #users2 .tc3, #users2 .tc5, #bans1 .tcl, #bans1 .tc3, #bans1 .tc5, #bans1 .tc6 {
width: 15%;
text-align: left;
}

#users2 .tc2, #bans1 .tc2 {
width: 18%;
text-align: left;
}

#users2 .tc3, #users2 .tc5, #bans1 .tc3, #bans1 .tc5, #bans1 .tc6 {
width: 12%;
width: 22%;
text-align: left;
}

#users2 .tc4, #bans1 .tc4 {
width: 10%;
width: 8%;
text-align: center;
}

#users2 .tcr {
width: 20%;
white-space: nowrap;
}

#bans1 .tcr {
width: 15%;
#users2 .tcr, #bans1 .tcr {
white-space: nowrap;
}

#users2 .tcmod {
width: 10%;
text-align: center;
}

.plugin p {
padding: 12px 18px 0;
}

0 comments on commit 9fb60f5

Please sign in to comment.