Support Forums

Third column for the default template

This is a discussion on Third column for the default template within the Modules / Plugins / Modifications forums, part of the Developer Forums category; Open layout.tpl . Find: Code: <!-- // Content // --> <br /><br /> {* This includes the content portion *} ...


Go Back   68 Classifieds Forums > Developer Forums > Modules / Plugins / Modifications

Reply
 
Thread Tools Display Modes
Old 12-07-2008, 12:47 PM   #1
Member
 
Join Date: May 2008
Posts: 66
Rep Power: 15
SecondShoe is just really nice SecondShoe is just really nice
Default Third column for the default template

Open layout.tpl .

Find:
Code:
<!-- // Content // -->
						<br /><br />
						{* This includes the content portion *}
						{include file=$body}
						<!-- // End Content // -->
					</div>
				</td>
Add after on a new blank line:
Code:
<td valign="top" width="200">
					<!-- // Right Side -->
						<div id="sidebar">
							<h1>{$smarty.const.LANG_MEMBER_NAVIGATION}</h1>
							<div class="left-box">
								<ul class="sidemenu">
									{if $smarty.session.username<>'' || $smarty.cookies.username<>""}
										<li><a href="{$smarty.const.URL}/userindex.php">{$smarty.const.LANG_MY_ACCOUNT}</a></li>
										<li><a href="{$smarty.const.URLS}/usercheckout.php">{$smarty.const.LANG_TPL_PLACE_AD}</a></li>
										{if $canSaveFavorites=="Y"}
										<li><a href="{$smarty.const.URLS}/userfavorites.php">{$smarty.const.LANG_TPL_VIEW_FAVORITES}</a></li>
										{/if}
										<li><a href="{$smarty.const.URLS}/userbrowselistings.php">{$smarty.const.LANG_TPL_MODIFY_AD}</a></li>
										<li><a href="{$smarty.const.URLS}/logout.php">{$smarty.const.LANG_TPL_LOGOUT}</a></li>
									{else}
										<li><a href="{$smarty.const.URLS}/login.php">{$smarty.const.LANG_TPL_LOGIN}</a></li>
										<li><a href="{$smarty.const.URLS}/usercheckout.php">{$smarty.const.LANG_TPL_PLACE_AD}</a></li>
									{/if}
								</ul>	
							</div>
						</div>
					<!-- // End Right Side -->
</td>
Modify it according to your needs.

Last edited by SecondShoe; 12-07-2008 at 12:51 PM.
SecondShoe is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Default 3 Column Eric Barnes Modification Release 14 10-21-2009 01:03 PM
Default 3 Column Eric Barnes Modules / Plugins / Modifications 3 11-10-2008 09:41 AM
Template Default antboy Technical Support 1 03-10-2008 09:54 AM
Default Template Width Misiu02 Templates, HTML, CSS, and Design Help 2 10-24-2006 01:13 PM


All times are GMT -4. The time now is 05:34 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0