loop setting on player page, various other changes

This commit is contained in:
ccd0
2013-11-10 04:57:45 -08:00
parent 2a770f27d1
commit 8119058ac9
9 changed files with 98 additions and 55 deletions

View File

@@ -20,12 +20,20 @@ Replace the files templates/post_thread.html and templates/post_reply.html with
Add these lines to inc/instance-config.php:
$config['allowed_ext_files'][] = 'webm';
$config['additional_javascript'][] = 'cc/defaults.js';
$config['additional_javascript'][] = 'cc/settings.js';
$config['additional_javascript'][] = 'cc/expandvideo.js';
require_once 'cc/posthandler.php';
event_handler('post', 'postHandler');
And add this to stylesheets/style.css:
video.post-image {display: block; float: left; margin: 10px 20px; border: none;}
video.post-image {
display: block;
float: left;
margin: 10px 20px;
border: none;
}
span.settings {
position: absolute;
top: 1em;
right: 1em;
}