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
Do you know if there is another recent post comment plugin other then this? http://mods.mybboard.net/view/last-posts
i mean i like it but it moves and that is sooo annoying!

if anyone knows how to make it stop moving that would be great
Disable the plugin first. Open inc/plugins/repost.php and find:
<marquee onmouseover=\"this.stop()\" onmouseout=\"this.start()\" direction=\"up\" scrollamount=\"1\" scrolldelay=\"1\" height=\"120\"> 
		{\$threadlist}</marquee>

Replace that with:
{\$threadlist}
Thanks so much!! one last thing, where do i save the images too? because there not showing up Confused
It should be uploaded to images/last. If it's already there, can you give me a link to your website?
mushu is there anyway to make the title of the thread be on the same line as the rest of the info?
Can you show me a screenshot of what you're seeing or a link to your website?
http://funniebook.com/forums
I want it all to be on one line
like >

Welcome: Last Post by: kee Replies:1 Introductions Views:15 Time:Today

and not
Welcome
Last Post by: kee Replies:1 Introductions Views:15 Time:Today


lol
Open the template repost_threadsbits and find:
	</tr>
	<tr class="smalltext" id="settingchange">
		{$starter}
		{$lastposter}
		{$replies}
		{$forumname}
		{$views_repost}
		{$time_repost}
	</tr>

Replace with:
	<td class="smalltext" id="settingchange">
		{$starter}
		{$lastposter}
		{$replies}
		{$forumname}
		{$views_repost}
		{$time_repost}
	</td>
	</tr>
where do i find that file#?
there is not a thread named that in that file i downloaded
I believe you can find it in the Global Templates set in the admin control panel under Templates & Style.
Pages: 1 2