Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 98
8 members and 90 guests
cheadi3apsprsb8, debrajea1, end2eaacidrefnw, jewgx3bishspo7s, ric6tphardwaw9a, tab9tqdcpr7h4le, tidownes, toa9pnsteranyae
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - Themes

Reply
 
LinkBack Thread Tools Display Modes
Help finding File with logo.gif code line inside
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 14
Join Date: Dec 2005
Help finding File with logo.gif code line inside - 01-23-2006, 10:54 PM

I am trying to center the logo.gif file for my site and I cant seem to locate the location of the file that holds the logo.gif string. I have looked in header.php and themes.php and neither seem to have the line I am looking for. I am using Pack-smartDark theme. I think I can center it if I could find the location to edit.


Thanks

www.chattanoogarc.com
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 14
Join Date: Dec 2005
01-23-2006, 11:04 PM

my folders link is
/themes/smartDark

The folders inside are forums, images, style


Im thinking the file is in where somewhere but I have opened all the *.php files and cant seem to find it
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Super Moderator
 
Duke's Avatar
 
Status: Offline
Posts: 1,016
Join Date: Dec 2005
Location: Under your bed
01-23-2006, 11:07 PM

I don't think this is controlled in your .css so it loox to be a .php or .html file. Do you have a header.html, header.php, or index.php file?

Better yet, do you have a link where I can dl the theme?
  Send a message via AIM to Duke  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Super Moderator
 
coldblooded's Avatar
 
Status: Offline
Posts: 624
Join Date: Jan 2002
Location: USA
01-23-2006, 11:12 PM

Open the header.html and replace all the contents with:

Code:
<center>$showbanners</center>
<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" bgcolor="#000000"><div align="center">[img]themes/smartDark/images/logo.gif[/img]</div></td>
  </tr>
</table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td bgcolor="#000000"><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">:: Home 
                    :: Downloads 
                    :: <a href="modules.php?name=Your_Account">Your 
                    Account</a> :: Forums 
                    ::</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="#000000">[img]themes/smartDark/images/7px.gif[/img]</td>
      </tr>
    </table>
    <table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
      <tr valign="top">
        <td>$public_msg[img]themes/smartDark/images/pixel.gif[/img]</td>
</tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
  <td valign="top" width="1" background="themes/smartDark/images/7px.gif">
Backup the original file just in case you need it.


The more we learn... the more we realize how little we actually know.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 14
Join Date: Dec 2005
01-23-2006, 11:17 PM

Duke, here is a link http://smartor.is-root.com/viewtopic.php?t=1817

coldblooded...thanks I will try and edit the html file
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 14
Join Date: Dec 2005
01-23-2006, 11:56 PM

I couldnt get it to work
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 14
Join Date: Dec 2005
01-24-2006, 12:12 AM

when i cut and paste into front page it looses the format
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Super Moderator
 
Duke's Avatar
 
Status: Offline
Posts: 1,016
Join Date: Dec 2005
Location: Under your bed
01-24-2006, 12:18 AM

I'll take a stab at this later tonite when I get home from work.
  Send a message via AIM to Duke  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Junior Member
 
Status: Offline
Posts: 14
Join Date: Dec 2005
01-24-2006, 12:22 AM

ok thanks....
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#10 (permalink))
Super Moderator
 
Duke's Avatar
 
Status: Offline
Posts: 1,016
Join Date: Dec 2005
Location: Under your bed
01-24-2006, 03:23 AM

I think the reason you can't find what your looking for is because thats a forums theme template. If you want to alter the header, you need to be looking at the files in the sites root such as header.html, index.php, etc.

BTW, I was just looking at your site and it loox like your well on your way to fixing the problem. When in doubt, just create an imagefile that will take up your entire header size. I would caution you though that if you have your site set to autostretch rather than locked pixels, your header will stretch your page at lower resolutions and justify left at higher resolutions.
  Send a message via AIM to Duke  
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
Problem finding a BG color.. brandon948 Site design 1 08-26-2005 05:23 PM
Assistance with finding theme! olegman Nuke 7.x - Themes 3 11-05-2004 06:36 AM
Help - Can I add a swf file instead of a gif as the logo? BuddahBoy Theme packs 1 09-14-2004 04:57 PM
is there a config.php file when u dl the phpbb2 file? SureFire Purged Topics 0 08-02-2003 09:11 PM
Need help installing PHP-Nuke (See Inside) concanrain Purged Topics 1 05-12-2003 11:33 AM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31