Page 1 of 1

BBLite Errors

PostPosted: Sat Feb 17, 2007 1:04 pm
Author: tekguru
1) In 'viewtopic_body.tpl' there are a few references to src="images/spacer.gif", these need replacing with "src="templates/BBLite/images/spacer.gif".

2) The other I noted but lost the note, but basically the form needed to carry the password when deleting an entire thread is missing.

Re: BBLite Errors

PostPosted: Sat Feb 17, 2007 11:52 pm
Author: Helter
it shouldnt make any difference where the spacer image comes from. they are both the same. For the other prob, overwrite your BBLite/confirm_body.tpl with this

Code: Select all
 <table><tr>     <td>{MESSAGE_TITLE}</td></tr><tr> <td><a>{L_INDEX}</a>{NAV_SEPARATOR}{MESSAGE_TITLE}</td></tr></table><table>   <tr>    <td><img></td>    <td><img></td>    <td><img></td>   </tr>   <tr>     <td><img></td>         <td><table><tr> <th>{MESSAGE_TITLE}</th></tr><tr> <td> <form><br>{MESSAGE_TEXT}<br><br>{S_HIDDEN_FIELDS} <input>   <input>{L_VERIFY}</form><br><br></td></tr><tr><td> </td></tr></table><table><tr><td><a>{L_INDEX}</a>{NAV_SEPARATOR}{MESSAGE_TITLE}</td></tr></table></td>     <td><img></td>   </tr>   <tr>    <td><img></td>     <td><img></td>    <td><img></td>   </tr></table><br>    

PostPosted: Sun Feb 18, 2007 1:04 am
Author: tekguru
Yes that was it, it was the {L_VERIFY} that was missing. For the life of me I could not remember which file it was in <img>

PostPosted: Fri Jun 01, 2007 1:08 pm
Author: clanpunisher
it was in that file for moderating deleteing more than onw file ^^

hope u know what i mean <img>