Minor improvements (#169)

* Minor improvements

* Update mysql.sql
This commit is contained in:
Roman Kelesidis 2023-06-03 00:52:06 +07:00 committed by GitHub
parent 32558245a1
commit 26048fc8ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

View File

@ -595,6 +595,10 @@ CREATE TABLE IF NOT EXISTS `bb_disallow` (
-- ---------------------------- -- ----------------------------
-- Records of bb_disallow -- Records of bb_disallow
-- ---------------------------- -- ----------------------------
INSERT INTO `bb_disallow` VALUES ('1', 'torrentpier*');
INSERT INTO `bb_disallow` VALUES ('2', 'tracker*');
INSERT INTO `bb_disallow` VALUES ('3', 'forum*');
INSERT INTO `bb_disallow` VALUES ('4', 'torrent*');
-- ---------------------------- -- ----------------------------
-- Table structure for `bb_extensions` -- Table structure for `bb_extensions`
@ -1259,4 +1263,4 @@ CREATE TABLE IF NOT EXISTS `buf_topic_view` (
-- ---------------------------- -- ----------------------------
-- Records of buf_topic_view -- Records of buf_topic_view
-- ---------------------------- -- ----------------------------

View File

@ -135,7 +135,7 @@ function updateButton()
{ {
document.form_rebuild_progress.submit_button.value = label_next + " (" + ticker + ")"; document.form_rebuild_progress.submit_button.value = label_next + " (" + ticker + ")";
ticker--;; ticker--;
refresh = setTimeout("updateButton()", 1000); refresh = setTimeout("updateButton()", 1000);
} }
} }
@ -254,4 +254,4 @@ function updateButton()
</form> </form>
<!--========================================================================--> <!--========================================================================-->
<!-- ENDIF / TPL_REBUILD_SEARCH_PROGRESS --> <!-- ENDIF / TPL_REBUILD_SEARCH_PROGRESS -->

View File

@ -43,7 +43,7 @@
<td colspan="2" class="tCenter pad_6"><input type="submit" name="login" class="bold long" value="{L_LOGIN}" /></td> <td colspan="2" class="tCenter pad_6"><input type="submit" name="login" class="bold long" value="{L_LOGIN}" /></td>
</tr> </tr>
<tr> <tr>
<td colspan="2" align="center"><a href="{U_SEND_PASSWORD}" class="small">{L_FORGOTTEN_PASSWORD}</a></td> <td colspan="2" align="center"><a href="{U_SEND_PASSWORD}" class="small">{L_FORGOTTEN_PASSWORD}</a>&nbsp;&middot;&nbsp;<a href="{U_REGISTER}" class="small">{L_REGISTER}</a></td>
</tr> </tr>
</table> </table>
</div> </div>
@ -52,4 +52,4 @@
</tr> </tr>
</table> </table>
</form> </form>

View File

@ -289,10 +289,6 @@ td.topic_id { cursor: pointer; }
$('#moderators').append(data.html); $('#moderators').append(data.html);
}; };
</script> </script>
<!-- IF SHOW_ONLINE_LIST -->
<p class="small">{LOGGED_IN_USER_LIST}</p>
<!-- ENDIF -->
</td> </td>
<td class="tRight vBottom nowrap small"><b>{PAGINATION}</b></td> <td class="tRight vBottom nowrap small"><b>{PAGINATION}</b></td>
</tr> </tr>
@ -684,4 +680,4 @@ td.topic_id { cursor: pointer; }
</tr> </tr>
</table> </table>
</div><!--/bottom_info--> </div><!--/bottom_info-->