lengthed chat buffer for mod channel to 1000
This commit is contained in:
parent
c99fda5da2
commit
cb8945b8ef
8 changed files with 136 additions and 16 deletions
|
|
@ -73,7 +73,7 @@ UI_Favicon = 0; // [&] channel favicon
|
|||
UI_MiniLogo = 0; // [&] small channel logo/avatar in the top navbar
|
||||
UI_ChannelName =0; // [&] channel custom brand name
|
||||
UI_HeaderDropMenu = 0; // [&] additional header dropdown menu
|
||||
UI_RemoveLayoutMenu = 1; // removing 'Layout' menu from the header
|
||||
UI_RemoveLayoutMenu = 0; // removing 'Layout' menu from the header
|
||||
UI_MOTDAutoLogo = 0; // [&] big channel logo inserted into MOTD
|
||||
UI_MOTDTabs = 0; // [&] switchable MOTD tabs application for homepage-like channel header
|
||||
UI_MOTDDelete = 0; // deleting previous MOTD after accepting/loading script
|
||||
|
|
@ -110,7 +110,7 @@ UI_CommandsBtn = 0; // button displaying modal window with chat commands help
|
|||
UI_ModPanel = 0; // [&] panel with messages and help for moderators
|
||||
UI_CustomCaptions = 0; // [&] custom captions for add, refresh, voteskip buttons, and welcome text
|
||||
UI_PlayerOptions = 0; // [&] additional player options
|
||||
UI_TransformationBtns = 0; // player transformation buttons
|
||||
UI_TransformationBtns = 1; // player transformation buttons
|
||||
UI_ChannelDatabase = 1; // [&] box with embed additional media database
|
||||
UI_ChannelGalleries = 0; // [&] box with embed galleries
|
||||
UI_DisplayModeSel = 1; // selector with player display modes
|
||||
|
|
@ -289,6 +289,7 @@ ChannelThemeURL = 'https://ourfore.st/css/themes/fore.st.css';
|
|||
|
||||
ThemesCSS = [
|
||||
['forest', 'https://ourfore.st/css/themes/fore.st.css'],
|
||||
['forestTest', 'http://10.0.2.15/css/themes/fore.st.css'],
|
||||
['Plus Red', 'https://dl.dropboxusercontent.com/s/th8i1sj332wi0x9/plusred.css'],
|
||||
['Celadon', 'https://dl.dropboxusercontent.com/s/iwarwhhph1ti2ek/celadon.css'],
|
||||
];
|
||||
|
|
@ -1388,7 +1389,7 @@ function setUserCSS() {
|
|||
+ '#announcements .alert {margin:0px -10px 5px}\n'
|
||||
+ '#drinkcount {margin:0px}\n';
|
||||
|
||||
$("head").append('<style id="chanexternalcss-fix" type="text/css">'+cssfix+'</style>');
|
||||
//$("head").append('<style id="chanexternalcss-fix" type="text/css">'+cssfix+'</style>');
|
||||
$("#usertheme").attr('href', '/css/themes/slate.css');
|
||||
$("#usertheme-fix").remove();
|
||||
if (USERTHEME.indexOf("/css/themes/")>-1) {
|
||||
|
|
@ -2346,6 +2347,7 @@ $("#rightpane").prepend($("#videocontrols").detach());
|
|||
$("#rightpane").prepend($("#plcontrol").detach());
|
||||
$("#leftpane").prepend($("#newpollbtn").detach());
|
||||
$("#plcontrol").prepend($("#showmediaurl").detach());
|
||||
$("#leftpane").prepend($("#emotelistbtn").detach());
|
||||
|
||||
// header and footer links open in a new tab
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue