You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 61 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - ? regarding NM themes [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
sweetquads
Corporal
Corporal


Joined: Jan 19, 2003
Posts: 60

Location: USA

PostPosted: Sun Oct 19, 2003 4:29 pm Reply with quoteBack to top

I was wondering how i can change the way the banner is displayed in some of the themes.
Some of them display the banner NEXT to the site logo. I want it to be under the logo since my logo is a fairly large banner itself.
TIA
Find all posts by sweetquadsView user's profileSend private messageVisit poster's website
sting
Site Admin
Site Admin


Joined: Jul 24, 2003
Posts: 1985

Location: Apparently ALWAYS Online. . .

PostPosted: Sun Oct 19, 2003 6:26 pm Reply with quoteBack to top

Might be able to edit some of the code to add a few <BR><BR> statements in there...

-sting

_________________
Is it paranoia if they are really out to get you?

-------------------------------------------------------
sting usually hangs out at nukehaven.net
Find all posts by stingView user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN MessengerICQ Number
mikem
Theme Guru
Theme Guru


Joined: Jan 13, 2003
Posts: 1582

Location: Corn fields of Indiana

PostPosted: Mon Oct 20, 2003 5:35 pm Reply with quoteBack to top

It never fails. After all the time I spent trying to appease countless others by putting the banners next to the logo in most of my themes, sweetquads comes along and wants it back the other way.
Where's the humainty?

ok now that I am done ranting. Wink

Most all of the themes are the same.
You can EASILY acomplish moving the banners to ABOVE the logo by moving the
$showbanners variable in the header.html files.

Example.
header.html from BMAN1Blue theme with banner next to logo

Code:
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
   <tr>
      <td align="center" valign="top">
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
        <td width="60%" height="110"><a href="index.php"><img src="themes/BMan1Blue/images/logo.gif" border="0" alt="$sitename"></a></td>
        <td width="40%" height="110">$showbanners &nbsp;</td>
  </tr>
</table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td bgcolor="#99CCFF"><table width="100%" border="0" cellspacing="0" cellpadding="4">
            <tr>
              <td width="150" nowrap><font class="content">$theuser</font></td>
              <td nowrap><div align="center"><font class="content"><strong>::</strong>&nbsp; <a href="index.php">Home</a>
                    &nbsp;<strong>::</strong>&nbsp; <a href="modules.php?name=Downloads">Downloads</a>
                    &nbsp;<strong>::</strong>&nbsp; <a href="modules.php?name=Your_Account">Your
                    Account</a> &nbsp;<strong>::</strong>&nbsp; <a href="modules.php?name=Forums">Forums</a>
                    &nbsp;<strong>::</strong></font></div></td>
              <td width="150" nowrap><div align="center"><font class="content">
$datetime
                  </font></div></td>
            </tr>
          </table></td>
      </tr>
    </table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td bgcolor="#99CCFF"><img src="themes/BMan1Blue/images/7px.gif" width="7" height="7"></td>
      </tr>
    </table>
    <table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
      <tr valign="top">
        <td>$public_msg<img src="themes/BMan1Blue/images/7px.gif" width="1" height="1" border="0" alt=""></td>
</tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
  <td valign="top" width="1" background="themes/BMan1Blue/images/7px.gif">


now we move the $showbanners variable and it looks like this
Code:
<center>$showbanners</center>
<br>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
   <tr>
      <td align="center" valign="top">
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
        <td width="100%" height="110"><a href="index.php"><img src="themes/BMan1Blue/images/logo.gif" border="0" alt="$sitename"></a></td>
       
  </tr>
</table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td bgcolor="#99CCFF"><table width="100%" border="0" cellspacing="0" cellpadding="4">
            <tr>
              <td width="150" nowrap><font class="content">$theuser</font></td>
              <td nowrap><div align="center"><font class="content"><strong>::</strong>&nbsp; <a href="index.php">Home</a>
                    &nbsp;<strong>::</strong>&nbsp; <a href="modules.php?name=Downloads">Downloads</a>
                    &nbsp;<strong>::</strong>&nbsp; <a href="modules.php?name=Your_Account">Your
                    Account</a> &nbsp;<strong>::</strong>&nbsp; <a href="modules.php?name=Forums">Forums</a>
                    &nbsp;<strong>::</strong></font></div></td>
              <td width="150" nowrap><div align="center"><font class="content">
$datetime
                  </font></div></td>
            </tr>
          </table></td>
      </tr>
    </table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td bgcolor="#99CCFF"><img src="themes/BMan1Blue/images/7px.gif" width="7" height="7"></td>
      </tr>
    </table>
    <table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
      <tr valign="top">
        <td>$public_msg<img src="themes/BMan1Blue/images/7px.gif" width="1" height="1" border="0" alt=""></td>
</tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
  <td valign="top" width="1" background="themes/BMan1Blue/images/7px.gif">


viola!

The Diff should be obvious or RUN a diff to see.

mikem

_________________
Getting Started | My Projects
Find all posts by mikemView user's profileSend private message
sting
Site Admin
Site Admin


Joined: Jul 24, 2003
Posts: 1985

Location: Apparently ALWAYS Online. . .

PostPosted: Tue Oct 21, 2003 10:28 am Reply with quoteBack to top

Sheesh. Nevermind about the <BR> statements. Laughing

-sting

_________________
Is it paranoia if they are really out to get you?

-------------------------------------------------------
sting usually hangs out at nukehaven.net
Find all posts by stingView user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN MessengerICQ Number
mikem
Theme Guru
Theme Guru


Joined: Jan 13, 2003
Posts: 1582

Location: Corn fields of Indiana

PostPosted: Tue Oct 21, 2003 10:55 am Reply with quoteBack to top

sting wrote:
Sheesh. Nevermind about the <BR> statements. Laughing

-sting


hehe... Wink Rolling Eyes

_________________
Getting Started | My Projects
Find all posts by mikemView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.197 Seconds - 385 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::