» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 73
0 members and 73 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Removing Forum Logo from Forum Template within the Purged Topics forums, part of the NM Staff category; Ok I must be going crazy? I am using smartdark for Nuke6.5 RC2 with 2.1 port. And in ...


Go Back   Nukemods Forum » NM Staff » Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-10-2003, 07:34 PM
Junior Member
 
Join Date: Nov 2002
Location: USA
Posts: 89
Send a message via ICQ to Cyberclark
Removing Forum Logo from Forum Template
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-10-2003, 09:41 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Look at your correct overall_header file. NOT the one in your modules/Forums/templates/subSilver. You have subSilver overall header code there..wrong directory.

Look in themes/smartDark/forums/

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-10-2003, 10:28 PM
Junior Member
 
Join Date: Nov 2002
Location: USA
Posts: 89
Send a message via ICQ to Cyberclark
Thanks mike! You are right as always. I could have sworn I was looking in the right directory ops: Guess thats what happens when you aren't getting enough sleep

Thanks again!!
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
Help removing phpnuke header logo pHREDD Nuke 7.x - General 3 01-23-2006 10:28 PM
[Request] subblack3dblue phpbb forum style template riche Theme pack requests 3 12-18-2005 05:53 AM
Logo 4 my forum (www.rzx-net.org) imsmith Logo requests 4 10-05-2005 09:50 AM
plz help with my forum template guys :( AzRail Nuke 7.x - Themes 9 07-23-2005 06:08 PM
problems with removing left block on forum Sirus Purged Topics 9 03-28-2003 06:47 PM


All times are GMT -5. The time now is 10:25 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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