Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 xthreads conflict plugin last posts 1.1
mister_don Offline
Junior Member
**
Posts: 9
Joined: Aug 2012
Post: #16
RE: xthreads conflict plugin last posts 1.1
   Thanks for everything, now I have solved the problem of the theme
I changed from

PHP Code:
1
2
3
4
5
6
7
8
9
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="{$theme['imgdir']}/thead_l.png" alt="" /></td>
<td class="thead" style="white-space:nowrap"><div>$lang->fcb_title</div></td>
<td><img src="{$theme['imgdir']}/thead2.png" alt="" /></td>
<td class="thead2"></td>
<td><img src="{$theme['imgdir']}/thead_r.png" alt="" /></td>
</tr>
</table>


to

PHP Code:
1
2
3
4
5
6
7
8
9
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="images/DarkBlu/thead_l.png" alt="" /></td>
<td class="thead" style="white-space:nowrap"><div>{$lang->last_posts}</div></td>
<td><img src="images/DarkBlu/thead2.png" alt="" /></td>
<td class="thead2"></td>
<td><img src="images/DarkBlu/thead_r.png" alt="" /></td>
</tr>
</table>


many thanks, without your help I would not have accomplished anything.

08-17-2012 06:17 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: xthreads conflict plugin last posts 1.1 - mister_don - 08-17-2012 06:17 PM

 Standard Tools
Forum Jump: