View Single Post
Removing Forum Logo from Forum Template
Old
  (#1 (permalink))
Cyberclark
Junior Member
 
Status: Offline
Posts: 89
Join Date: Nov 2002
Location: USA
Removing Forum Logo from Forum Template - 03-10-2003, 07:34 PM

Ok I must be going crazy? I am using smartdark for Nuke6.5 RC2 with 2.1 port. And in the forum header it shows the "logo" of Forums. Everything I am reading says that this should be referenced in overall_header.tpl. But when I open the .tpl for this theme I see no reference to that pic (logo_phpBB.png) anywhere?

So where is it and how do I remove the bugger. The users on this board know that they are in the forums and don't need that pic sitting there to remind them

Here is the overall_header.tpl code for your viewing enjoyment (oh and what is all that commented out CSS stuff in there for, I remived it because otherwise it is one big piece of code?)

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<style type="text/css">
</style>


<script language="Javascript" type="text/javascript">
<!--

	if ( {PRIVATE_MESSAGE_NEW_FLAG} )
	{
		window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
	}
//-->
</script>

</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
	<tr>
		<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
			<tr>
				<table cellspacing="0" cellpadding="2" border="0">
					<tr>
						<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">[img]templates/subSilver/images/icon_mini_faq.gif[/img]{L_FAQ} [img]modules/Forums/templates/subSilver/images/icon_mini_calendar.gif[/img]{L_CALENDAR} [img]templates/subSilver/images/icon_mini_search.gif[/img]{L_SEARCH} [img]templates/subSilver/images/icon_mini_members.gif[/img]{L_MEMBERLIST} [img]templates/subSilver/images/icon_mini_groups.gif[/img]{L_USERGROUPS}
						[img]modules/Forums/templates/subSilver/images/icon_mini_profile.gif[/img]{L_PROFILE} [img]modules/Forums/templates/subSilver/images/icon_mini_message.gif[/img]{PRIVATE_MESSAGE_INFO} [img]modules/Forums/templates/subSilver/images/icon_mini_login.gif[/img]{L_LOGIN_LOGOUT}</center></span></td>
					</tr>
				</table></td>
			</tr>
		</table>
I recognize that the below portion of the code is indeed the links and stuff immediately to the right of the pic that I want removed. But I see no reference to the pic in question?

Code:
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> 

<a name="top"></a> 

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center"> 
   <tr> 
      <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0"> 
         <tr> 
            <table cellspacing="0" cellpadding="2" border="0"> 
               <tr> 
                  <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">[img]templates/subSilver/images/icon_mini_faq.gif[/img]{L_FAQ} [img]modules/Forums/templates/subSilver/images/icon_mini_calendar.gif[/img]{L_CALENDAR} [img]templates/subSilver/images/icon_mini_search.gif[/img]{L_SEARCH} [img]templates/subSilver/images/icon_mini_members.gif[/img]{L_MEMBERLIST} [img]templates/subSilver/images/icon_mini_groups.gif[/img]{L_USERGROUPS} 
                  [img]modules/Forums/templates/subSilver/images/icon_mini_profile.gif[/img]{L_PROFILE} [img]modules/Forums/templates/subSilver/images/icon_mini_message.gif[/img]{PRIVATE_MESSAGE_INFO} [img]modules/Forums/templates/subSilver/images/icon_mini_login.gif[/img]{L_LOGIN_LOGOUT}</center></span></td> 
               </tr> 
            </table></td> 
         </tr> 
      </table>
:?: :? :?: :? help :? :?: :? :?:

Thanks in advance for any help
 Send a message via ICQ to Cyberclark  
Reply With Quote