MyBB Community Forums
Recent Topics on Index page - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: Recent Topics on Index page (/thread-72042.html)

Pages: 1 2 3 4 5


Recent Topics on Index page - vbgamer45 - 2010-06-20

Recent Topics on Index page
For MyBB 1.4.x
Download Link: http://mods.mybboard.net/view/recent-topics-on-index-page

Adds recent topics on index page. You can control the number of topics displayed on the index page under Board Settings ->Forum Home Options

Screenshot:
   


RE: Recent Topics on Index page - Conor C. - 2010-06-20

Looking good Jon, this thread is approved Smile


Persian - Recent Topics on Index page - Pars - 2010-06-20

Hi,
Persian Language:

.zip   Persian_recenttopicsindex.zip (Size: 3.62 KB / Downloads: 181)

More Information (Persian):
http://community.mybbiran.com/thread-1728.html

Thanks.

[Image: 1309713988.jpg]



RE: Recent Topics on Index page - wujek - 2010-06-21

how to integrate url's with google seo?


RE: Recent Topics on Index page - faviouz - 2010-06-21

Enable the Redirect option, then old urls will redirect to the new SEO links.


RE: Recent Topics on Index page - persiandc - 2010-06-22

hi Thank Heart

Farsi ( persian ) Language :


.zip   akharin-topic.zip (Size: 2.5 KB / Downloads: 204)


Farsi By : Andy


RE: Recent Topics on Index page - xpserkan - 2010-06-22

Hi friends...
More information (Turkish)
http://destek.mybb.com.tr/mybb-anasayfada-son-konular-basit-genel-bakis-sistemi-eklenti-yeni-konusu.html

Thanks, @ vbgamer45


[Image: zn5vnc.jpg]


Turkish Language:[Image: Turkey.GIF]


RE: Recent Topics on Index page - User 26345 - 2010-06-22

Great mod, thanks Wink


RE: Recent Topics on Index page - afzulnizam - 2010-06-27

I logged in into my forum using member account and i can see thread title from private forum. I think permission check would be better..


RE: Recent Topics on Index page - vbgamer45 - 2010-06-27

Hmm I thought i was dong the checks correct
	$unsearchforums = get_unsearchable_forums();
	if($unsearchforums)
		$where_sql .= " AND t.fid NOT IN ($unsearchforums)";

	$inactiveforums = get_inactive_forums();
	if ($inactiveforums)
		$where_sql .= " AND t.fid NOT IN ($inactiveforums)";