Hi all,
i have a problem in the CES Last Thread Title Maximum Displayed Characters.
Ive forget to modify the XML file
Code:
<thead>
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175" nowrap="nowrap">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
</thead>
replacig with this (like the rests of all my forums):
Code:
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="70%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="20%">$vbphrase[last_post]</td>
<td class="thead" width="5%">$vbphrase[threads]</td>
<td class="thead" width="5%">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="0%">$vbphrase[moderator]</td>
</if>
</tr>
Without this replacement in the forum home, the space on the title of post is to small of the others forum, and is not great to look.
Can i reupload the XML without lost the articles that i have already added?
Or i will lost all the articles?
Can i reupload in the plugin system with the "yes" check?
AnyOne can help me?
Sorry for my bad english.