Template from nuviotemplates
| CorpQuid |
|
|---|---|
|
Pieter
I found some missing tags in the skin so you may want to update the download here again. I needed to update a post in my forums and could not edit the title and found it was missing some tags Here is the needed changes Find Line 31 of forums.editpost.tpl <tr>
<td>
<div style="width:96%;">{FORUMS_EDITPOST_TEXTBOXER}</div>
</td>
</tr>
And change to <tr>
<td>
<div style="width:96%;">
<p><span style="width:100%;">{PHP.L.Topic}: {FORUMS_EDITPOST_TOPICTITTLE}<br/>
{PHP.L.Description}: {FORUMS_EDITPOST_TOPICDESCRIPTION}</span><br />
{FORUMS_EDITPOST_TEXTBOXER}</p>
</div>
</td>
</tr> |