Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Themes
Author Message
aaron
New Member
New Member



Joined: Jul 17, 2005
Posts: 5

PostPosted: Sun Jul 17, 2005 5:29 am Reply with quote

I only want logo-graphic.gif to appear on top of my portal, how should I go upon doing that?


Last edited by aaron on Fri Jul 22, 2005 10:48 am; edited 1 time in total 
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

PostPosted: Mon Jul 18, 2005 12:08 pm Reply with quote

Any chance you can explain more clearly what you want...and a url please..
 
View user's profile Send private message
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Tue Jul 19, 2005 4:11 am Reply with quote

Yes, you will need to be a bit more explicit in your needs if we are to assist you.
 
View user's profile Send private message Send e-mail
hitwalker







PostPosted: Tue Jul 19, 2005 6:29 am Reply with quote

yeah i was thinking the same,or did i already said that...
 
aaron







PostPosted: Fri Jul 22, 2005 10:49 am Reply with quote

hitwalker wrote:
Any chance you can explain more clearly what you want...
I don't want to have two .gifs loading on the top of my page.
hitwalker wrote:
a url please..
http://pbungers.ibsz.com
 
Guardian2003







PostPosted: Fri Jul 22, 2005 11:37 am Reply with quote

OK You are using the DeepBlue theme. Open in a text editor;
themes/DeepBlue/index.php
Look for
Code:
/************************************************************/

/* Function themeheader()                                   */
/************************************************************/

function themeheader() {
    global $banners;
    echo "<body bgcolor=\"#0E3259\" text=\"#000000\" link=\"0000ff\">"
   ."<br>";
    if ($banners) {
   include("banners.php");
   echo "<br>";
    }

    echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"840\" align=\"center\">\n"
   ."<tr><td width=\"100%\">\n"
   ."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"840\">\n"
   ."<tr><td width=\"100%\">\n"
   ."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"840\">\n"
   ."<tr><td width=\"100%\" height=\"88\" bgcolor=\"#FFFFFF\">\n"
   ."<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td align=\"left\"><a href=\"index.php\"><img border=\"0\" src=\"logo.gif\" alt=\"Welcome to $sitename!\" hspace=\"20\"></a></td><td align=\"right\"><img border=\"0\" src=\"themes/DeepBlue/images/logo-graphic.gif\"></td></tr></table></td></tr>\n"
   ."<tr><td width=\"100%\" bgcolor=\"#000000\" height=\"19\" valign=\"bottom\">\n"
   ."<a href=\"index.php\"><img border=\"0\" src=\"themes/DeepBlue/images/home.gif\" width=\"140\" height=\"18\"></a>"

You need to edit the line
Code:
."<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td align=\"left\"><a href=\"index.php\"><img border=\"0\" src=\"logo.gif\" alt=\"Welcome to $sitename!\" hspace=\"20\"></a></td><td align=\"right\"><img border=\"0\" src=\"themes/DeepBlue/images/logo-graphic.gif\"></td></tr></table></td></tr>\n"
by changing the graphic file reference you are using for your custom logo you have on the site.
Like this

Code:
."<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td align=\"left\"><a href=\"index.php\"><img border=\"0\" src=\"mycustomlogofile.gif\" alt=\"Welcome to $sitename!\" hspace=\"20\"></a></td><td align=\"right\"><img border=\"0\" src=\"themes/DeepBlue/images/logo-graphic.gif\"></td></tr></table></td></tr>\n"
 
aaron







PostPosted: Fri Jul 22, 2005 11:41 am Reply with quote

You merely add the
Quote:
src=\"themes/DeepBlue/images/logo-graphic.gif\"></td></tr></table></td></tr>\n"
to the next line.
 
Guardian2003







PostPosted: Fri Jul 22, 2005 12:06 pm Reply with quote

If you want 2 graphics on top of each other yes.
 
aaron







PostPosted: Fri Jul 22, 2005 12:07 pm Reply with quote

I want the logo-graphic removed. Stated on the title.
 
Guardian2003







PostPosted: Fri Jul 22, 2005 12:17 pm Reply with quote

Code:
."<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td align=\"left\"><a href=\"index.php\"><img border=\"0\" src=\"logo.gif\" alt=\"Welcome to $sitename!\" hspace=\"20\"></a></td></tr></table></td></tr>\n"
 
aaron







PostPosted: Fri Jul 22, 2005 12:17 pm Reply with quote

Thank you.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Themes

View next topic
View previous 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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©