minor changes to the comment answers (not finished yet) and a new rule regarding watermarked videos with annoying watermarks such as coub.com

This commit is contained in:
noxy
2019-11-04 10:30:25 +00:00
parent 62a9926ff1
commit 2d57d87ce6
7 changed files with 12 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

After

Width:  |  Height:  |  Size: 545 KiB

View File

@@ -1077,12 +1077,12 @@ a.badge.video-id {
grid-gap: 0.8em;
}
ul.pagination {
/*ul.pagination {
margin: 4px;
position: fixed;
bottom: 0;
width: 50%;
}
}*/
#commentForm textarea {
background: rgba(29, 28, 28, 0.94) none repeat scroll 0 0;
@@ -1099,4 +1099,8 @@ img.comment_emoji {
div#list {
padding: 0;
padding-bottom: 2em;
}
div#message {
padding-right: 0px;
}

View File

@@ -20,6 +20,7 @@
<li>The focus is on videos that are catchy and fun to watch, for example <a href="/index?q=loop">loops</a> this does not mean these are the only videos we welcome, it's just our main focus, we have plenty of videos that are completely unrelated to loops or catchy stuff and are still fitting, ask yourself "does my upload fit on w0bm.com?" and if yes, you're good to go!</li>
<li>The Artist and Songtitle field is only for the Artist and Song information respectively, anything else in there probably doesn't belong in there, use the Tags.</li>
<li>I reserve the right to remove uploads that I consider not worth being on w0bm.com without comment, discussions about deleted videos will be ignored and can lead in extreme cases to a ban.</li>
<li>No videos with watermarks like coub.com they will be removed regardless of quality, please take the time to either recreate or censor the watermark.</li>
</ol>
</div>

View File

@@ -1,3 +1,3 @@
<h3><a href="{{url('user/' . $user->username)}}">{{$user->username}}</a> answered on your comment.</h3>
<p><a href="{{url('user/' . $user->username)}}">{{$user->username}}</a> answered on your comment on the following video: <a href="{{url($video->id)}}">/{{$video->id}}</a></p>
<span id="comm_answer"><a href="{{url('user/' . $user->username)}}">{{$user->username}}</a> answered on your comment.</span>
<span id="comm_answer"><a href="{{url('user/' . $user->username)}}">{{$user->username}}</a> answered on your comment on the following video: <a href="{{url($video->id)}}">/{{$video->id}}</a></span>
@include('messages.commentpreview')

View File

@@ -1,3 +1,2 @@
<h3>New comment on your video <a href="{{url($video->id)}}">/{{$video->id}}</a></h3>
<p><a href="{{url('user/' . $user->username)}}">{{$user->username}}</a> made a comment on your video.</p>
<p class="vidcomment"><a href="{{url('user/' . $user->username)}}">{{$user->username}}</a> made a comment on your video ID (<a href="{{url($video->id)}}">/{{$video->id}}</a>)</p>
@include('messages.commentpreview')

View File

@@ -22,6 +22,7 @@
<li>The focus is on videos that are catchy and fun to watch, for example <a href="/index?q=loop">loops</a> this does not mean these are the only videos we welcome, it's just our main focus, we have plenty of videos that are completely unrelated to loops or catchy stuff and are still fitting, ask yourself "does my upload fit on w0bm.com?" and if yes, you're good to go!</li>
<li>The Artist and Songtitle field is only for the Artist and Song information respectively, anything else in there probably doesn't belong in there, use the Tags.</li>
<li>I reserve the right to remove uploads that I consider not worth being on w0bm.com without comment, discussions about deleted videos will be ignored and can lead in extreme cases to a ban.</li>
<li>No videos with watermarks like coub.com they will be removed regardless of quality, please take the time to either recreate or censor the watermark.</li>
</ol>
</div>

View File

@@ -20,6 +20,7 @@
<li>The focus is on videos that are catchy and fun to watch, for example <a href="/index?q=loop">loops</a> this does not mean these are the only videos we welcome, it's just our main focus, we have plenty of videos that are completely unrelated to loops or catchy stuff and are still fitting, ask yourself "does my upload fit on w0bm.com?" and if yes, you're good to go!</li>
<li>The Artist and Songtitle field is only for the Artist and Song information respectively, anything else in there probably doesn't belong in there, use the Tags.</li>
<li>I reserve the right to remove uploads that I consider not worth being on w0bm.com without comment, discussions about deleted videos will be ignored and can lead in extreme cases to a ban.</li>
<li>No videos with watermarks like coub.com they will be removed regardless of quality, please take the time to either recreate or censor the watermark.</li>
</ol>
</div>