Members: 16,996
Threads: 38,845
Posts: 159,389
Online: 15

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse
Old 03.03.2005, 02:16   #1 (permalink)
Baby Mamber
 
Join Date: Mar 2005
Posts: 7
miga111 is on a distinguished road
Default editing template : planetfall...

hi ..
iam trying to edit the template :rhuk_planetfall
i want the right box to appear on the left of the content box ...

if u dont know what i mean check here :
http://heroland.freecoolsite.com

now,everything is fine,but when i go to faqs, the site will expand,
check here :
http://heroland.freecoolsite.com/ind...id=7&Itemid=25


so anyone can help solving this problem plz !?

thanks

Last edited by miga111; 03.03.2005 at 19:04.
miga111 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 07.03.2005, 16:21   #2 (permalink)
Baby Mamber
 
Join Date: Mar 2005
Posts: 5
constantine is on a distinguished road
Default Re: editing template : planetfall...

Looks alright to me using Internet Explorer.
constantine is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 21.04.2005, 12:53   #3 (permalink)
Baby Mamber
 
Join Date: Apr 2005
Posts: 2
skaz is on a distinguished road
Default Re: editing template : planetfall...

Quote:
Originally Posted by miga111
hi ..
iam trying to edit the template :rhuk_planetfall
i want the right box to appear on the left of the content box ...

if u dont know what i mean check here :
http://heroland.freecoolsite.com

now,everything is fine,but when i go to faqs, the site will expand,
check here :
http://heroland.freecoolsite.com/ind...id=7&Itemid=25


so anyone can help solving this problem plz !?

thanks
How did you make the menus visible on both left and right in planetfall template. please reply
skaz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 25.04.2005, 21:50   #4 (permalink)
Baby Mamber
 
Join Date: Mar 2005
Posts: 7
miga111 is on a distinguished road
Default Re: editing template : planetfall...

Quote:
Originally Posted by skaz
How did you make the menus visible on both left and right in planetfall template. please reply
hi skaz ...
i did some changes on the index.php file ..

here is the code ..all you have to do is to open the index.php in planetfall folder and paste the following code

note that i had to take off the search box in the top of the page ...it didn`t work with it ,....


Code:
<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php
if ( $my->id ) {
	initEditor();
}
?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<?php mosShowHead(); ?>
<link href="<?php echo $mosConfig_live_site;?>/templates/rhuk_planetfall/css/template_css.css" rel="stylesheet" type="text/css" />
</head>
<body class="page_bg">
<a name="up" id="up"></a>
<?php
@$collspan_offset = ( mosCountModules( 'right' ) + mosCountModules( 'user2' ) and !$_REQUEST['task'] == 'edit') ? 2 : 1;


?>
<div align="center" >
	<table width="798" border="0" cellpadding="0" cellspacing="0" class="big_frame">
	<tr>
		<td colspan="<?php echo $collspan_offset+1; ?>">
		<img src="<?php echo $mosConfig_live_site; ?>/templates/rhuk_planetfall/images/top_bar.jpg" width="100%" height="9" alt=""/>
		</td>
	</tr>
	<tr>

<td colspan="<?php echo $collspan_offset+1; ?>" height="111" width="809" background="<?php echo $mosConfig_live_site; ?>/templates/rhuk_planetfall/images/mambo_header.jpg">

	
</td>

</tr>
	<tr>
		<td colspan="<?php echo $collspan_offset+1; ?>" class="silver_box" style="height:26px;">
		<div id="silver_toolbar">
			<div id="silver_date">
			<?php echo mosCurrentDate(); ?>
			</div>
			<div id="silver_menu">
			<?php mosLoadModules ( 'user3' ); ?>
			</div>
			<div style="clear: both;"></div>
		</div>
		</td>
	</tr>


<tr>
	
                        <td valign="top" class="right_box">
			<table border="0" cellpadding="0" cellspacing="0" width="100%">
			<tr valign="top">
				<td valign="top" class="right_box" width="151" style="width: 151px">
		<div id="right_box">
			<!-- far right menu -->
			<div class="leftblock" id="leftblock" style="width:143px">
			<?php mosLoadModules ( 'left' ); ?>
			</div>
			<div class="user1block" id="user1block" style="width:143px">
			<?php
			if ( mosCountModules( "user1" ) ) {
				mosLoadModules ( 'user1' );
			}
			?>
			</div>
		</div>
		</td>

	<td valign="top" class="content_box">
				<!-- main content area -->
				<div class="contentblock" id="contentblock" style="width:<?php echo 635 - ( 151 * ( $collspan_offset-1 ) )   ?>">
					
					<br />
					<?php
					if ( mosCountModules( 'top' ) ) {
						mosLoadModules ( 'top' );
					}
					mosMainBody();
					?>
					<br />
				</div>
				<?php
				if ( mosCountModules( 'bottom' ) ) { ?>
					<div class="footerblock" id="footerblock">
					<?php mosLoadModules ( 'bottom' ); ?>
					<br />
					</div>
					<?php
				}
				?>
				</td>


<?php
		if ( ( mosCountModules( 'right' ) + mosCountModules( 'user2' ) ) and @!$_REQUEST['task'] == 'edit' ) {
			?>
			<td valign="top" class="middle_box" width="151" style="width:151px">
			<div id="middle_box">
				<?php
				if ( mosCountModules( 'right' ) ) {
					?>
					<div class="rightblock" id="rightblock" style="width:145px">
					<?php mosLoadModules ( 'right' ); ?>
					</div>
					<?php
				}
				if ( mosCountModules( 'user2' ) ) {
					?>
					<div class="user2block" id="user2block" style="width:143px">
					<?php mosLoadModules ( 'user2' ); ?>
					</div>
					<?php
				} ?>
			</div>
			</td>
			<?php
		}
		?>





			</tr>
			</table>
		</td>
		
		
	</tr>
	<tr>
		<td colspan="<?php echo $collspan_offset+1; ?>">
		<img src="<?php echo $mosConfig_live_site; ?>/templates/rhuk_planetfall/images/top_bar.jpg" width="100%" height="9" alt="" />
		</td>
	</tr>
	</table>
	<?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?>
</div>
<?php mosLoadModules( 'debug', -1 );?>
</body>
</html>
miga111 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08.09.2006, 05:48   #5 (permalink)
Baby Mamber
 
bearfox's Avatar
 
Join Date: Sep 2006
Posts: 1
bearfox is on a distinguished road
Default Full width wrapper in planetfall template

Has anyone modified planetfall to allow for a full width wrapper?

Any help would be much appreciated.
bearfox is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Editing Corporate template Trv Template Discussions 2 08.03.2005 18:29
Need help with header in planetfall template racefanatic Mambo 4.5.1 'How Do I' Questions 11 20.12.2004 18:38
Table of Contents Not Using Style Info - Planetfall Template Mayhem66 Mambo 4.5.1 'How Do I' Questions 0 18.12.2004 21:31
editing content in a template BrianP Template Discussions 2 23.08.2004 06:40


All times are GMT +2. The time now is 09:56.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.