_________________
USE THE FORUM. If you contact me via messenger for support I will add you to my ignore list.
garyeqm Nuke Soldier
Joined: Aug 30, 2005
Posts: 29
Posted:
Tue Aug 30, 2005 2:43 am
I think you misunderstood what I need.
SOMEWHERE there is a mod that shrinks the width of your nuke site so it looks like www.smallbusinessforums.co.uk/ , see it doesnt go right to the edges, looks very neat!
Im sure this is just an upload of several files.
I just cant find them!
Gary
BrainSmashR Support Mod
Joined: Jan 05, 2004
Posts: 1390
Location: Louisiana, USA
Posted:
Tue Aug 30, 2005 2:59 am
When I view it in firefox, the right column is not under the header....not very neat at all
I think the default width for that theme is 850. Follow the above directions but instead of changing the value to 100%, change it to 850
_________________
USE THE FORUM. If you contact me via messenger for support I will add you to my ignore list.
garyeqm Nuke Soldier
Joined: Aug 30, 2005
Posts: 29
Posted:
Tue Aug 30, 2005 3:08 am
What exactly should I change? ----->
<?php
/************************************************************/
/* Theme Name: fisubice */
/* Theme Design: coldblooded (www.nukemods.com) */
/* */
/* Theme inspired by the phpbb2 style fisubice by */
/* Daz (http://www.forumimages.com/) */
/* */
/* Copyright Notice */
/* - THIS PACKAGE IS NOT RELEASED AS GPL/GNU SCRIPTING. */
/* - Our Package name and link MUST REMAIN in the credit */
/* footer of all Nuke generated pages. */
/* Translations are permitted, not renaming. */
/* - This package CAN NOT be ported without written */
/* permission. */
/* - This package CAN NOT be mirrored without written */
/* permission. */
/* - Use of this package requires that credits to the */
/* original PHPNuke remain in all site generated */
/* page footers. */
/* */
/************************************************************/
/************************************************************/
/* Theme Colors Definition */
/* */
/* bg1 "main cell background" */
/* bg2 "cell headers" */
/* bg3 ? */
/* bg4 ? */
/* Define colors for your web site. $bgcolor2 is generaly */
/* used for the tables border as you can see on OpenTable() */
/* function, $bgcolor1 is for the table background and the */
/* other two bgcolor variables follows the same criteria. */
/* $texcolor1 and 2 are for tables internal texts */
/************************************************************/
/************************************************************/
/* Function themeheader() */
/* */
/* Control the header for your site. You need to define the */
/* BODY tag and in some part of the code call the blocks */
/* function for left side with: blocks(left); */
/************************************************************/
function themeheader() {
global $admin, $user, $banners, $sitename, $slogan, $cookie, $prefix, $db, $nukeurl, $anonymous, $name;
if ($banners == 1) {
$numrows = $db->sql_numrows($db->sql_query("SELECT * FROM ".$prefix."_banner WHERE type='0' AND active='1'"));
/* Get a random banner if exist any. */
/* More efficient random stuff, thanks to Cristian Arroyo from http://www.planetalinux.com.ar */
/************************************************************/
/* Function themefooter() */
/* */
/* Control the footer for your site. You don't need to */
/* close BODY and HTML tags at the end. In some part call */
/* the function for right blocks with: blocks(right); */
/* Also, $index variable need to be global and is used to */
/* determine if the page your're viewing is the Homepage or */
/* and internal one. */
/************************************************************/
/************************************************************/
/* Function themeindex() */
/* */
/* This function format the stories on the Homepage */
/************************************************************/
/************************************************************/
/* Function themearticle() */
/* */
/* This function format the stories on the story page, when */
/* you click on that "Read More..." link in the home */
/************************************************************/
/************************************************************/
/* Function themesidebox() */
/* */
/* Control look of your blocks. Just simple. */
/************************************************************/
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum