Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
Site & Forum
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: Previous  1, 2, 3
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
Re: Site & Forum
PostPosted: 08/13/2007 12:46 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 6:12 PM
Location: St Pete, FL
peace.gif
You would want to search for main tables and look for the width settings.  On your forum, the width will either be set to 100% or some strange number such as 608, 750, 800, etc...

It might be easier to set a template variable in the page_header.php file so that you would only have to edit all the files once to change the hardcoded table width value to variable.  That way you could change the setting once in the page_header.php file and it would adjust the table widths in all of your files.  You could do it something like this:

OPEN
page_header.php

FIND
Code:
$template->assign_vars(array(

AFTER, ADD
Code:
'FORUM_WIDTH' => '750',

Then in your tpl files, you could do something like this:

OPEN
templates/freeMind/all of your tpl files...

FIND
Code:
<table

IN-LINE FIND
Code:
width="100%"

IN-LINE REPLACE WITH
Code:
width="{FORUM_WIDTH}"

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Site & Forum
PostPosted: 08/13/2007 1:25 AM Reply with quote
Hawk
danrider
Hawk
Posts 193
Word Cnt. 9,285
BDay Jun 8
Sign Gemini
Sex Sex:Male
Joined: Apr 25, 2007
Local time: 6:12 AM
Location: Esperance, Australia
australC_1xa.gif
Sweet, ill add it now Smile
Back to Top
View user's profile Find all posts by danrider Send private message [ Hidden ] Visit poster's website MSN Messenger Phoogle Map
Re: Site & Forum
PostPosted: 08/13/2007 1:33 AM Reply with quote
Hawk
danrider
Hawk
Posts 193
Word Cnt. 9,285
BDay Jun 8
Sign Gemini
Sex Sex:Male
Joined: Apr 25, 2007
Local time: 6:12 AM
Location: Esperance, Australia
australC_1xa.gif
Sorry, but where is page_header.php located?
Back to Top
View user's profile Find all posts by danrider Send private message [ Hidden ] Visit poster's website MSN Messenger Phoogle Map
Re: Site & Forum
PostPosted: 08/13/2007 1:45 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 6:12 PM
Location: St Pete, FL
peace.gif
That would be in your includes folder...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Site & Forum
PostPosted: 08/13/2007 6:09 AM Reply with quote
Hawk
danrider
Hawk
Posts 193
Word Cnt. 9,285
BDay Jun 8
Sign Gemini
Sex Sex:Male
Joined: Apr 25, 2007
Local time: 6:12 AM
Location: Esperance, Australia
australC_1xa.gif
Thanks, It worked, but look in the viewforum and viewtopic, the header image is out http://forum.pegasus-outpost.com/templates/freeMind/images/layout_top_ middle3.png
Back to Top
View user's profile Find all posts by danrider Send private message [ Hidden ] Visit poster's website MSN Messenger Phoogle Map
Re: Site & Forum
PostPosted: 08/14/2007 12:11 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 6:12 PM
Location: St Pete, FL
peace.gif
The only page that appears not to be displaying properly in IE is the viewtopic_body page.  It was displaying correctly in Opera and Firefox though...

The first problem that I see is that your header and footer image backgrounds aren't being displayed as transparent in IE6.  They display correctly in Opera and Firefox though.  Look at the white in the 4 corners using IE:



I corrected those for you using Jasc PSP:



The next problem I saw was that there were page errors in the top menu.  I removed the following to get rid of the error since none of these functions were declared in the overall_header.tpl file:

Code:
onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Briefing Room','','http://pegasus-outpost.com/images/button_links/briefingroom_ top_over.jpg',1)"

To get the viewtopic body to display correctly in IE, I had to make the following adjustment:

OPEN
templates/freeMind/viewtopic_body.tpl

FIND
Code:
<td width="100%"><a href="{postrow.U_MINI_POST}">

REPLACE WITH
Code:
<td><a href="{postrow.U_MINI_POST}">

It should be displaying correctly now without any page errors...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

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 cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours
Goto page: Previous  1, 2, 3
Page 3 of 3


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.0936s (PHP: 66% - SQL: 34%) - SQL queries: 45 - GZIP disabled - Debug on