MyBB Hacks

Full Version: xthreads conflict plugin last posts 1.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
global templates/repost

PHP Code:
{$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>

What edit you did to the template?
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.
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.
[attachment=897]Thanks for everything, now I have solved the problem of the theme
I changed from

PHP Code:
<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:
<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.

Pages: 1 2
Reference URL's