Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
[Solved] major template problem
Post new topic   Reply to topic View previous topic :: View next topic
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
[Solved] major template problem
PostPosted: 06/10/2007 3:14 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 2:29 PM
Location: Birmingham, UK.
greatbrE.gif
When trying to edit a post the template goes way out

Something needs adjusting in for the edit-reason mod that I’ve just installed. The template problem only happens when in edit mode

I tried looking for the defaults 100x or 700x sizes to say 68x but couldn't find them anywhere. As it's the bbcode that’s going over though it could just be something up with the bbcode stuf. files  haven't been edited by EM properly or something

I don't know
Crying or Very sad
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: major template problem
PostPosted: 06/11/2007 2:18 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: 9:29 AM
Location: St Pete, FL
peace.gif
This is another MOD flaw.  The MOD author told EM to place this right after the Message window.  But in that location, the table MUST HAVE 9 columns, but this addition only had 2, which caused a display problem since every row in the table MUST HAVE the same number of columns.  By moving this below the end of the table, it corrects the problem since all rows at that level include 2 columns as does this new addition...

OPEN
posting_body.tpl

FIND & DELETE
Code:
   <!-- BEGIN switch_edit_reason -->
   <tr>
      <td class="row1" valign="top"><span class="gen"><b>{L_EDIT_REASON}</b></span><br /><span class="gensmall">{L_EDIT_REASON_INFO}</span></td>
      <td class="row2"><span class="gen">
      <table cellspacing="0" cellpadding="1" border="0">
         <tr>
            <td><input type="text" name="edit_reason" size="45" maxlength="255" style="width:450px;" class="post" value="{EDIT_REASON}"></td>
         </tr>
      </table>
      </span></td>
   </tr>
   <!-- END switch_edit_reason -->

FIND
Code:
<!-- BEGIN switch_user_logged_in -->

BEFORE, ADD
Code:
   <!-- BEGIN switch_edit_reason -->
   <tr>
      <td class="row1" valign="top"><span class="gen"><b>{L_EDIT_REASON}</b></span><br /><span class="gensmall">{L_EDIT_REASON_INFO}</span></td>
      <td class="row2"><span class="gen">
      <table cellspacing="0" cellpadding="1" border="0">
         <tr>
            <td><input type="text" name="edit_reason" size="45" maxlength="255" style="width:450px;" class="post" value="{EDIT_REASON}"></td>
         </tr>
      </table>
      </span></td>
   </tr>
   <!-- END switch_edit_reason -->

Check it out now...

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: [Solved] major template problem
PostPosted: 06/11/2007 1:54 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 2:29 PM
Location: Birmingham, UK.
greatbrE.gif
8) Perfect now cheers  Applause
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: major template problem
PostPosted: 06/11/2007 4:49 PM 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: 9:29 AM
Location: St Pete, FL
peace.gif
banana  banana  banana  banana  banana
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

Page 1 of 1


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.1188s (PHP: 45% - SQL: 55%) - SQL queries: 40 - GZIP disabled - Debug on