View Single Post
  #2 (permalink)  
Old 11-29-2002, 05:48 PM
ReNeGaDe ReNeGaDe is offline
Member
 
Join Date: Nov 2002
Location: Michigan, USA
Posts: 359
Send a message via AIM to ReNeGaDe
ok chances are it has something to do with a file within the phpBB dir (forums dir)

go into your ftp and located a file called viewtopic_body.tpl. the path to it is as follows (depending on how your nuke is installed):

main/LOCATION OF NUKE/modules/Forums

(if nuke is installed in your main dir, skip the the location part)

once you have viewtopic_body.tpl opened in a text editor, find this line {or something like it}:

Code:
<td align="left" valign="middle" width="100%"><span class="nav">{L_INDEX} 

   -> {FORUM_NAME}</span></td>
below those lines is also another table:

Code:
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">

 <tr align="right">

  <td class="catHead" colspan="2" height="28"><span class="nav">{L_VIEW_PREVIOUS_TOPIC} :: {L_VIEW_NEXT_TOPIC} </span></td>

 </tr>

 {POLL_DISPLAY} 

 <tr>

  <th class="thLeft" width="150" height="26" nowrap="nowrap">{L_AUTHOR}</th>

  <th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>

 </tr>
try adding a
between the tables, or make sure they are not in the same table or <tr>

if this doesnt work, post back here. i have some other ideas.

note: im using an example from smartDark, it may help if you send me your own viewtopic_body.tpl or post it here
Reply With Quote