MyBB Community Forums

Full Version: help?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I did it but it didnt work, its still not on the same line,
Make sure all of the code got replaced correctly. You might have forgotten to remove part of the code:
	</tr>
	<td class="smalltext" id="settingchange">

Replace with:
	<td class="smalltext" id="settingchange">
oh wow it worked.. thank you soo much!!!xx
it looks so much better dont u agree?
It does look better. Smile If you need any more help, please feel free to ask.
thanks so much you have been such a massive help to me!!
Oh 1 last thing lol!!!
do you know how i can set it to open in the same window?
Open the repost_threadsbits template again and find:
<a target="_blank" href="{$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}">

Replace with:
<a href="{$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}">

This should make the thread link open in the same window.
Pages: 1 2