Hi everyone,
Preview:
![[Image: vpknzm.png]]()
Guide:
MyBB Admin CP -> Themes & Templates -> Your Theme ->
Add to Global.CSS:
MyBB Admin CP -> Themes & Templates -> Your Theme Templates -> Find the template: Video MyCode Templates -> video_youtube_enbed
Replace All:
Goodbye.
FTP-UPLOAD.zip (Size: 13.42 KB / Downloads: 1)
Preview:
Guide:
MyBB Admin CP -> Themes & Templates -> Your Theme ->
Add to Global.CSS:
Code:
.plazma_up {
background: url("images/top.png");
width: 587px;
height: 26px;
}
.plazma_down {
float: left;
background: url("images/bottom.png");
width: 534px;
height: 73px;
margin-top: -29px;
margin-left: 26px;
}
.plazma_left {
float: left;
background: url("images/left.png");
width: 26px;
height: 330px;
}
.plazma_right {
float: left;
background: url("images/right.png");
width: 26px;
height: 330px;
}MyBB Admin CP -> Themes & Templates -> Your Theme Templates -> Find the template: Video MyCode Templates -> video_youtube_enbed
Replace All:
Code:
<div style="width: 600px; height=400px;"><div class="plazma_up"></div><div class="plazma_left"></div><div class="float_left"><iframe width="534" height="301" src="//www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe></div><div class="plazma_right"></div><div class="plazma_down"></div></div><div style="margin-top: 400px"></div> Goodbye.
FTP-UPLOAD.zip (Size: 13.42 KB / Downloads: 1)