1
jonas000
How do I change logo?
  • 2004/10/22 22:26

  • jonas000

  • Just popping in

  • Posts: 90

  • Since: 2004/10/1


I install a new theme but I can't change the 'welcome to my website' title.

CLICK HERE

Below is all the code I can find for the theme: (the new title image I want poeple to see is title.gif but it doesn't show up)


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="<{$xoops_langcode}>" xml:lang="<{$xoops_langcode}>" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>">
<meta http-equiv="content-language" content="<{$xoops_langcode}>">
<meta content="<{$xoops_meta_robots}>" name="robots">
<meta content="<{$xoops_meta_keywords}>" name="keywords">
<meta content="<{$xoops_meta_description}>" name="description">
<meta content="<{$xoops_meta_rating}>" name="rating">
<meta content="<{$xoops_meta_author}>" name="author">
<meta content="<{$xoops_meta_copyright}>" name="copyright">
<link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON">
<link media="all" href="<{$xoops_url}>/xoops.css" type="text/css" rel="stylesheet">
<link media="all" href="<{$xoops_themecss}>" type="text/css" rel="stylesheet">
<script type="text/javascript">
<!--
<{$xoops_js}>
//-->
</script>
</head>
<body>
<table cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>&nbsp;</td>
<td><a href="<{$xoops_url}>/">
<img alt="home" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/top_bar_home.gif" align="left"></a> <a href="<{$xoops_url}>/modules/news/">
<img alt="login" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/top_bar_news.gif" align="left"></a> <a href="<{$xoops_url}>/modules/newbb/">
<img alt="login" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/top_bar_forum.gif" align="left"></a> <a href="<{$xoops_url}>/user.php">
<img alt="profile" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/top_bar_profile.gif" align="left"></a> <a href="<{$xoops_url}>/search.php">
<img alt="search" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/top_bar_search.gif" align="left"></a> <a href="<{$xoops_url}>/register.php">
<img alt="register" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/top_bar_register.gif" align="left"></a> </td>
<td>&nbsp;</td></tr>
<tr>
<td>
<img alt="" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tt12_l.gif"></td>
<td class="tt12_m" width="100%">&nbsp;</td>
<td>
<img alt="" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tt12_r.gif"></td></tr>
<tr>
<td class="bg" colspan="3">
<br>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="wh">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="scrn_tl" width="14" height="14">&nbsp;</td>
<td class="scrn_t" height="14">&nbsp;</td>
<td class="scrn_tr" width="14" height="14">&nbsp;</td></tr>
<tr>
<td class="scrn_l" width="14">&nbsp;</td>
<td class="wh2">
<img title="" height="55" alt="" src="/djs/themes/fiappleblue/images/title.jpg" width="900"></td>
<td class="scrn_r" width="14">&nbsp;</td></tr>
<tr>
<td class="scrn_bl" width="14" height="14">&nbsp;</td>
<td class="scrn_b" height="14">&nbsp;</td>
<td class="scrn_br" width="14" height="14">&nbsp;</td></tr></tbody></table>
<br></td></tr>
<tr>
<td>
<table class="whi" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td class="wh" width="20%"><!-- Start left blocks loop --><{foreach item=block from=$xoops_lblocks}>
<table cellspacing="0" cellpadding="2" width="100%">
<tbody>
<tr>
<td>
<img alt="" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tt12_l.gif"></td>
<td class="tt12_m" width="100%">&nbsp;</td>
<td>
<img alt="" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tt12_r.gif"></td></tr>
<tr>
<td class="blockTitle2" width="100%" colspan="3"> <{$block.title}></td></tr>
<tr>
<td class="blockContent" width="100%" colspan="3"><{$block.content}></td></tr>
<tr>
<td>
<img alt="" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tb12_l.gif"></td>
<td class="tb12_m">&nbsp;</td>
<td>
<img alt="" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tb12_r.gif"></td></tr></tbody></table>
<br><{/foreach}> <!-- End left blocks loop --></td>
<td style="padding-right: 5px; padding-left: 5px; padding-bottom: 0px; padding-top: 0px;" class="wh"><!-- Display center blocks if any --><{if $xoops_showcblock == 1}>
<table cellspacing="0">
<tbody>
<tr>
<td width="100%" colspan="2"><!-- Start center-center blocks loop --><{foreach item=block from=$xoops_ccblocks}>
<table cellspacing="0" width="100%">
<tbody>
<tr>
<td>
<img alt="" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tt12_l.gif"></td>
<td class="tt12_m" width="100%">&nbsp;</td>
<td>
<img alt="" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tt12_r.gif"></td></tr>
<tr>
<td class="blockTitle" colspan="3"> <{$block.title}></td></tr>
<tr>
<td class="blockContent" colspan="3"><{$block.content}></td></tr>
<tr>
<td>
<img alt="" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tb12_l.gif"></td>
<td class="tb12_m" width="100%">&nbsp;</td>
<td>
<img alt="" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tb12_r.gif"></td></tr></tbody></table>
<br><{/foreach}> <!-- End center-center blocks loop --></td></tr>
<tr>
<td width="50%"><!-- Start center-left blocks loop --><{foreach item=block from=$xoops_clblocks}>
<table cellspacing="1" cellpadding="5">
<tbody>
<tr>
<td class="blockTitle"> <{$block.title}></td></tr>
<tr>
<td class="blockContent"><{$block.content}></td></tr></tbody></table>
<br><{/foreach}> <!-- End center-left blocks loop --></td>
<td width="50%"><!-- Start center-right blocks loop --><{foreach item=block from=$xoops_crblocks}>
<table cellspacing="1" cellpadding="5">
<tbody>
<tr>
<td class="blockTitle"> <{$block.title}></td></tr>
<tr>
<td class="blockContent"><{$block.content}></td></tr></tbody></table>
<br><{/foreach}> <!-- End center-right blocks loop --></td></tr></tbody></table><{/if}> <!-- End display center blocks -->
<div id="content"><{$xoops_contents}></div></td><{if $xoops_showrblock == 1}>
<td class="wh" align="center" width="20%"><!-- Start right blocks loop --><{foreach item=block from=$xoops_rblocks}>
<table cellspacing="0" cellpadding="2" width="100%">
<tbody>
<tr>
<td>
<img alt="" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tt12_l.gif"></td>
<td class="tt12_m" width="100%">&nbsp;</td>
<td>
<img alt="" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tt12_r.gif"></td></tr>
<tr>
<td class="blockTitle2" width="100%" colspan="3"> <{$block.title}></td></tr>
<tr>
<td class="blockContent" width="100%" colspan="3"><{$block.content}></td></tr>
<tr>
<td>
<img alt="" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tb12_l.gif"></td>
<td class="tb12_m">&nbsp;</td>
<td>
<img alt="" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tb12_r.gif"></td></tr></tbody></table>
<br><{/foreach}> <!-- End right blocks loop --><{/if}></td></tr></tbody></table></td></tr>
<tr>
<td valign="middle" align="center" height="30">
<p style="padding-top: 5px;"><{$xoops_banner}></p>
<div style="font-size: 10px; padding-top: 2px; text-align: center;"><{$xoops_footer}></div>
<div>:: FI Apple Blue phpBB2 style by <a href="http://www.forumimages.com/" target="_blank">Daz</a> :: XOOPS2 theme by <a href="http://peekaboo.s8.xrea.com/" target="_blank">PetitOOps</a> ::</div>
<br></td></tr></tbody></table></td></tr>
<tr>
<td>
<img alt="" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tb12_l.gif"></td>
<td class="tb12_m" width="100%">&nbsp;</td>
<td>
<img alt="" src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tb12_r.gif"></td></tr></tbody></table>
</body>
</html>

2
brash
Re: How do I change logo?
  • 2004/10/23 1:03

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


Hi jonas,

That's a very nice theme . It seems that you have title.jpg set as the logo instead of title.gig.
<td class="wh2">
<
img title="" height="55" alt="" src="/djs/themes/fiappleblue/images/title.jpg" width="900"></td>

3
jonas000
Re: How do I change logo?
  • 2004/10/23 11:45

  • jonas000

  • Just popping in

  • Posts: 90

  • Since: 2004/10/1


so how do I stop the 'welcome to my website' dissapear? I've gone into the html editor and the new title.gif image I wants as the logo shows up, but just not in the actual site.

Can anyone help?

Login

Who's Online

152 user(s) are online (82 user(s) are browsing Support Forums)


Members: 0


Guests: 152


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits