MyBB Community Forums

Full Version: Recent Threads On Index [Updated 02-09-21]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
ah thanks.

I was trying to move the actual table around in the templates. But if i comment out recent threads, it still shows. I am not sure why as i would assume those are the variables that need to be rearranged, and commenting them out should remove the table from view. 

index template
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}<!--{$recentthread_headerinclude}-->
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$ps_header_index}
{$forums}<!--<div id="recentthreads">{$recentthreadtable}</div>-->
{$ps_footer_index}
{$boardstats}
That section is for loading the javascript that enables it to auto refresh. To move the table that has the recent threads, just move {$recentthreadtable} to anywhere you like on the index template.
thank you

Is there a way to make the plugin user accessible. Such as a switch for User CP to turn on/off on a per user basis?
(2016-11-20, 01:57 PM)dragonexpert Wrote: [ -> ]
(2016-11-19, 09:11 PM)OlDirty Wrote: [ -> ]How can I delete the colums "Forum" and "Posts", so I only see colums "Thread / Author" and "Last Post"?
Expand/Collapse button does not work for me.

First edit the global template recentthread.  Change the colspan="4" to colspan="2".  Also remove the middle two lines that begin with <td class="tcat">.

Next edit the global template recentthread_thread.  Remove the middle two lines that begin with <td class="{$trow}">

Perfect, thank you!

I just translated it to german, which is not much work though.
Sent you a PM.
Added your translation. Thanks.
hello,
how can i put the table in the header ?
Last comment's picture does not change. The subject's picture remains.
Works fine for me, do you use any caching?
EDIT : Okay I did it, for some reason I failed to upload files apparently.
and before the update I apparently had version 8, now its 11 ;D

Thank you.
I have uploaded a new build today. This new build lets you incorporate XThreads thread fields into the plugin. The data is available in both raw and formatted forms. For usage, check the first post.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42