Take a look at the softwares user interface
Buy a vBTube Version
HOME PRODUCTS FORUM SUPPORT ADMIN-DEMO
  #1 (permalink)  
Old 15-09-2008, 06:22
Junior Member
 
Join Date: May 2008
Posts: 12
Default Customize right column?

How do I customize my right column? I am looking at the vbtube template and I can't seem to find the template for the right column. Could you please help me with this? Much thanks in advance!
Attached Images
File Type: jpg myproblem.jpg (57.7 KB, 26 views)

Last edited by odinzu; 15-09-2008 at 06:26.
Reply With Quote
  #2 (permalink)  
Old 17-09-2008, 02:47
Junior Member
 
Join Date: May 2008
Posts: 12
Default

I am guessing you get no support around here?
Reply With Quote
  #3 (permalink)  
Old 17-09-2008, 07:30
Administrator
 
Join Date: Jan 2008
Posts: 2,267
Default

vbtube_watchtube Template is the one wich have to be edited.
__________________
Please search Forum before opening a Ticket. I am not replying to PM-Questions .
Reply With Quote
  #4 (permalink)  
Old 18-09-2008, 03:25
Junior Member
 
Join Date: May 2008
Posts: 12
Default

Alright. So I need to edit thehtml or the CSS? If the css, please direct me to the correct place. Thanks. Also. Is there anyway you could do this for me?
Reply With Quote
  #5 (permalink)  
Old 18-09-2008, 07:29
Administrator
 
Join Date: Jan 2008
Posts: 2,267
Default

html, but the errors on the header i don't know why it shows not correct..
__________________
Please search Forum before opening a Ticket. I am not replying to PM-Questions .
Reply With Quote
  #6 (permalink)  
Old 18-09-2008, 20:14
Junior Member
 
Join Date: May 2008
Posts: 12
Default

Yea. The template isn't very compatible with elements that stretch the header. That's why I am trying to downsize the video or the column. The column doesn't have to be that wide. That's why I decided to just down size the column. Everything I change on the watchtube seems to do nothing. I don't know.
Reply With Quote
  #7 (permalink)  
Old 18-09-2008, 20:47
Administrator
 
Join Date: Jan 2008
Posts: 2,267
Default

vbtube_watchtube is the Template when watching a Video.

vbtube_catview is the Template for the Category Listing.
__________________
Please search Forum before opening a Ticket. I am not replying to PM-Questions .
Reply With Quote
  #8 (permalink)  
Old 19-09-2008, 00:15
Junior Member
 
Join Date: May 2008
Posts: 12
Default

Quote:
Originally Posted by s7v7n View Post
vbtube_watchtube is the Template when watching a Video.

vbtube_catview is the Template for the Category Listing.

I tried chaning the catview and it done nothing. To make sure I wasn't screwing anything up I deleted all the code and saved it...and it STILL did nothing. I also made sure it's saving like it's suppose to. Here is the code I was editing in the current template.

Code:
$stylevar[htmldoctype]
          <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
          <head>
          <title>$vboptions[bbtitle] - $vbphrase[vbtube_menu_categories]</title>
          $headinclude
          </head>
          <body$onload>
          $header
          $navbar
          <form enctype="multipart/form-data" action="vbtube_add.php$session[sessionurl_q]" name="vbform" method="post">
          <input type="hidden" name="do" value="addnew" />
$leftbox<br>          
<table width="100%"  border="0">
            <tr>
                  <td valign="top" width="100%">
                  $catviewbit
                  $pager
                  $midbox
     <table width="100%" height="1"  border="0">
       <tr>
         <td background="vbtube/images/vbt_line.gif"></td>
       </tr>
     </table><br>
            $latest_threadsbit<br>
           </form>
          </td>
            <td valign="top">
            <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="300"  border="0" align="left">

                  $usermenu
                  $catbit
                  $sponsorbit
                  $newestbit
                  $rightbox

            </table>
          </td>
          </tr>
            </table>
<br>
     <!-- what's going on box -->
     <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
     <thead>
     	<tr>
     		<td class="tcat" colspan="2">$vbphrase[whats_going_on]</td>
     	</tr>
     </thead>
     <if condition="$show['loggedinusers']">
     <!-- logged-in users -->
     <tbody>
     	<tr>
     		<td class="thead" colspan="2">
     			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
     			<a href="online.php$session[sessionurl_q]$session[sessionurl_q]" rel="nofollow">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
     		</td>
     	</tr>
     </tbody>
     <tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
     	<tr>
     		<td class="alt2"><a href="online.php$session[sessionurl_q]$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
     		<td class="alt1" width="100%">
     			<div class="smallfont">
     				<div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
     				<div>$activeusers</div>
     			</div>
     		</td>
     	</tr>
     </tbody>
     <!-- end logged-in users -->
     </if>
     <tbody>
     	<tr>
     		<td class="thead" colspan="2">
     			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
     			<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>
     		</td>
     	</tr>
     </tbody>
     <tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
     	<tr>
     		<td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
     		<td class="alt1" width="100%">
     		<div class="smallfont">
     			<div>
     				$vbphrase[members]: $numbermembers<if condition="$show['activemembers']">,
     					<span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
     				</if>
     			</div>

     			<div><phrase 1="member.php$session[sessionurl_q]?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
     		</div>
     		</td>
     	</tr>
     </tbody>
     <if condition="$show['birthdays']">
     <!-- today's birthdays -->
     <tbody>
     	<tr>
     		<td class="thead" colspan="2">
     			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
     			$vbphrase[todays_birthdays]
     		</td>
     	</tr>
     </tbody>
     <tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
     	<tr>
     		<td class="alt2"><a href="calendar.php$session[sessionurl_q]?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
     		<td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
     	</tr>
     </tbody>
     <!-- end today's birthdays -->
     </if>
     <if condition="$show['upcomingevents']">
     <tbody>
     	<tr>
     		<td class="thead" colspan="2">
     			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
     			<if condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
     		</td>
     	</tr>
     </tbody>
     <tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
     	<tr>
     		<td class="alt2"><a href="calendar.php$session[sessionurl_q]$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></td>
     		<td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
     	</tr>
     </tbody>
     </if>
     </table>
     <br />
     <!-- end what's going on box -->
          $footer
          </body>
     </html>
Reply With Quote
  #9 (permalink)  
Old 21-09-2008, 14:06
Administrator
 
Join Date: Jan 2008
Posts: 2,267
Default

What exactly you want to edit at the right Column ?
__________________
Please search Forum before opening a Ticket. I am not replying to PM-Questions .
Reply With Quote
  #10 (permalink)  
Old 21-09-2008, 19:53
Junior Member
 
Join Date: May 2008
Posts: 12
Default

Well. I just want to make the width smaller so the template isn't screwed up. Also, I see you have released a new version of lite. Should I update it and if I did update, would it fix my problem? Also, how would I keep my vbtube template the same. I have edited it.
See.

Professional Halo 3 Advice | Think Outside The Box! - Categories
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 02:18.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0