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: #11
RE: xthreads conflict plugin last posts 1.1
global templates/repost

PHP Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{$lp_js}
<table class="tborder" style="CLEAR: both" cellSpacing="1" cellPadding="4" border="0">
	<thead>
		<tr>
			<td class="thead">
			<div class="expcolimage">
				<img src="images/collapse.gif" id="last_post_img" class="expander" alt="[-]" title="[-]" /></div>
			<div>
				<strong>{$lang->last_posts}</strong>
			</div>
			</td>
		</tr>
	</thead>
	<tbody style="" id="last_post_e">
    {$line_title}
	<tr>
		<td class="trow1" height="{$mybb->settings['lph']}"><div id="lp_repost">
		<marquee id="lastpostm" scrolling="yes" style="overflow: auto;max-height: 100px;" onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollamount="1" scrolldelay="1" height="{$mybb->settings['lph']}"> 
		{$threadlist}</marquee></div></td>
	</tr>
    {$jsops}
	</tbody>
    </table>
	{$hamed_copyright}<br>

08-17-2012 07:57 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #12
RE: xthreads conflict plugin last posts 1.1
What edit you did to the template?

08-17-2012 08:01 AM
Find all posts by this user Quote this message in a reply
mister_don Offline
Junior Member
**
Posts: 9
Joined: Aug 2012
Post: #13
RE: xthreads conflict plugin last posts 1.1
to fit the window on the theme of my forum

http://www.misterdon.altervista.org/forum/index.php
I take the time to thanked the support you are giving me.
(This post was last modified: 08-17-2012 08:06 AM by mister_don.)
08-17-2012 08:04 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #14
RE: xthreads conflict plugin last posts 1.1
I'm sorry, but I can't see the error ?
http://www.misterdon.altervista.org/foru...http://www.misterdon.altervista.org/forum/Forum-Download

08-17-2012 08:11 AM
Find all posts by this user Quote this message in a reply
mister_don Offline
Junior Member
**
Posts: 9
Joined: Aug 2012
Post: #15
RE: xthreads conflict plugin last posts 1.1
the error does not exist,
if I change the template, it does not change after saving, remains the same

I want the windows,
  with the same design forum.


Attached File(s) Thumbnail(s)
   
08-17-2012 08:20 AM
Find all posts by this user Quote this message in a reply
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 »

 Standard Tools
Forum Jump: