I have some vbulletin questions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • j1ns0ng
    New Member
    • Mar 2005
    • 10

    I have some vbulletin questions

    First off I'm trying to get a style that looks like http://forums.australianinfront.com.au/Default.aspx
    for vbulletin

    And I was wondering how I can get rid of the inner white table like the one on this forum so its just a background the category table.

    And I wanted to replace each forum category an image instead of text much like the red images on the forum link above, how would I do that.

    Forum Contains New Posts
    Forum Contains No New Posts
    Forum is Closed for Posting
    There is a forum contains new posts forum contains no new posts and forum is closed for posting on the main page.. how do I make it so it just is one image instead of it changing like that.. like where it doesn't change and I can just leave one logo image on it.

    How do I get rid of the bottom table where it contains contact us.. archive.. top .. and etc such as the one at the bottom of this one.

    Thats it.. thanks
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Originally posted by j1ns0ng
    And I was wondering how I can get rid of the inner white table like the one on this forum so its just a background the category table.
    Admin CP -> Styles & Templates -> Style Manager -> Main CSS (in the menu) -> Page Background

    Set the Background attribute of this class to the same color as your Body class.

    Originally posted by j1ns0ng
    And I wanted to replace each forum category an image instead of text much like the red images on the forum link above, how would I do that.
    You can use something similar to this thread to display images for specific forums in the forumbits.

    Originally posted by j1ns0ng
    Forum Contains New Posts
    Forum Contains No New Posts
    Forum is Closed for Posting
    There is a forum contains new posts forum contains no new posts and forum is closed for posting on the main page.. how do I make it so it just is one image instead of it changing like that.. like where it doesn't change and I can just leave one logo image on it.
    I am not sure what you mean.

    Originally posted by j1ns0ng
    How do I get rid of the bottom table where it contains contact us.. archive.. top .. and etc such as the one at the bottom of this one.
    That code is in the footer template:

    Code:
    <br />
    <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
    <br />
    
    $spacer_close
    <!-- /content area table -->
    
    <form action="$vboptions[forumhome].php" method="get">
    	
    [color=red]<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
    <tr>
    	<if condition="$show['quickchooser']">
    		<td class="tfoot">
    			<select name="styleid" id="ressel" onchange="switch_styleid(this)">
    				<optgroup label="$vbphrase[quick_style_chooser]">
    					$quickchooserbits
    				</optgroup>
    			</select>
    		</td>
    	</if>
    	<td class="tfoot" align="$stylevar[right]">
    		<div class="smallfont">
    			<strong>
    				<a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a> -
    				<a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -
    				<if condition="$show['admincplink']"><a href="$admincpdir/index.php?$session[sessionurl]">$vbphrase[admin]</a> -</if>
    				<if condition="$show['modcplink']"><a href="$modcpdir/index.php?$session[sessionurl]">$vbphrase[mod]</a> -</if>
    				<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
    				<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
    				<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
    			</strong>
    		</div>
    	</td>
    </tr>
    </table>[/color]
    
    <br />
    
    <div align="center">
    	<div class="smallfont" align="center">
    	<!-- Do not remove this copyright notice -->
    	$vbphrase[powered_by_vbulletin]
    	<!-- Do not remove this copyright notice -->
    	</div>
    	
    	<div class="smallfont" align="center">
    	<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
    	$cronimage
    	<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
    	
    	$vboptions[copyrighttext]
    	</div>
    </div>
    
    </form>
    
    <if condition="$show['dst_correction']">
    <!-- auto DST correction code -->
    <form action="profile.php" method="post" name="dstform">
    	<input type="hidden" name="s" value="$session[sessionhash]" />
    	<input type="hidden" name="do" value="dst" />
    </form>
    <script type="text/javascript">
    <!--
    	var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
    	var utcOffset = new Date().getTimezoneOffset() / 60;
    	if (Math.abs(tzOffset + utcOffset) == 1)
    	{	// Dst offset is 1 so its changed
    		document.forms.dstform.submit();
    	}
    //-->
    </script>
    <!-- / auto DST correction code -->
    
    </if>
    <script type="text/javascript">
    <!--
    	// Main vBulletin Javascript Initialization
    	vBulletin_init();
    
    	// Initialize 'Active' Table Cells
    	//activecells_init();
    //-->
    </script>

    Comment

    • j1ns0ng
      New Member
      • Mar 2005
      • 10

      #3
      At the bottom of the vbulletin page there are 3 icons..

      Forum Contains New Posts
      Forum Contains No New Posts
      Forum is Closed for Posting

      how do i get rid of those icons and set it so that only one specified image is displayed on the page like a logo

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        You can remove the key by editing this template:

        Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> FORUMHOME

        Find this code and remove the red code:

        Code:
        <!-- icons and login code -->
        <table cellpadding="0" cellspacing="2" border="0" width="100%">
        <tr valign="bottom">
        	<td>
        		[color=red]<table cellpadding="2" cellspacing="0" border="0">
        		<tr>
        			<td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
        			<td class="smallfont">&nbsp; $vbphrase[forum_contains_new_posts]</td>
        		</tr>
        		<tr>
        			<td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
        			<td class="smallfont">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
        		</tr>
        		<tr>
        			<td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
        			<td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
        		</tr>
        		</table>[/color]
        	</td>
        	<if condition="!$show['guest']">
        		<!-- member logout -->
        		<td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]"  onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
        		<!-- end member logout -->
        	</if>
        </tr>
        </table>
        <!-- / icons and login code -->
        You can replace those images in the forum listings by editing these templates:

        Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> forumhome_forumbit_level1_post and forumhome_forumbit_level2_post

        Edit the location of the image. For example, in the forumhome_forumbit_level1_post template, the image location is highlighted in red:

        Code:
        <tbody>
        	<tr align="center">
        		<td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">
        		
        		<table cellpadding="0" cellspacing="0" border="0">
        		<tr>
        			<td><img src="[color=red]$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif[/color]" alt="" border="0" /></td>
        			<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
        			<td>
        			<div>

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...