Code: Select all
template->_tpl_load(): No file specified for handle body
Bruno36 wrote:Bonjour!
How to make a block Board3Portal_v1.0.2 ?
Shalashaska wrote:Yes, this problem is there with the PRO styles. You must change the table widths in all the style files. See mine:
http://www.uaeboost.net/forums/tube/index.php
OK... I found it.keith10456 wrote:Shalashaska wrote:Yes, this problem is there with the PRO styles. You must change the table widths in all the style files. See mine:
http://www.uaeboost.net/forums/tube/index.php
What file do I change and what change do I have to make?
Thanks.
Code: Select all
root/styles/yourstyle/template/tube_main.html
Code: Select all
<!-- ENDIF -->
<div class="panel" style="min-width: 900px;">
Code: Select all
900px
keith10456 wrote:OK... I found it.keith10456 wrote:Shalashaska wrote:Yes, this problem is there with the PRO styles. You must change the table widths in all the style files. See mine:
http://www.uaeboost.net/forums/tube/index.php
What file do I change and what change do I have to make?
Thanks.
OPEN
Code: Select all
root/styles/yourstyle/template/tube_main.html
FIND
Code: Select all
<!-- ENDIF --> <div class="panel" style="min-width: 900px;">
IN-LINE CHANGE (to your preference... you can also use %)
Code: Select all
900px
Thanks Shalashaska!
Code: Select all
root/styles/yourstyle/template/tube_main.html
Code: Select all
<!-- BEGIN newest -->
<div style="float: left; width: 33%;">
<div style="float: left; width: 33%; min-height: 100px; text-align: center;"><a href="{newest.U_ITEM}"><img src="{newest.THUMB}" width="96" height="72" alt="{newest.ITEM}" /></a></div>
Code: Select all
width="96" height="72"
Code: Select all
width="81" height="57"
Code: Select all
width="96" height="72"
Code: Select all
root/styles/yourstyle/template/tube_item.html
Code: Select all
<div class="panel">
<div class="inner">
<span class="corners-top"><span></span></span>
<div style="width: 50%; float: left;">
Code: Select all
<div style="width: 50%;
Code: Select all
<div style="width: 40%;
Bruno36 wrote:Bruno36 wrote:Bonjour!
How to make a block Board3Portal_v1.0.2 ?
I get this same problem, but I've discovered that this only occurs when uploading videos with large filesizes. However, see what happens for me when uploading a smaller video: http://gleasonator.com/tube/index.php?m ... 6223681400masterdxl wrote:hello this is a cool mod but i have one error
i get this when trying to upload a videoany idea what the problem is?Code: Select all
template->_tpl_load(): No file specified for handle body