
MyBB/showthread.php at master · sac23/MyBB · GitHub
MyBB is a free and open source, community-based, forum software project. - MyBB/showthread.php at master · sac23/MyBB
showthread.php not working - vBulletin Community Forum
Aug 22, 2004 · Whenever I try to load showthread.php, all that is displayed is a white page. I uploaded the .tar.gz file to my server, unzipped, and recopied the files several times, reset the templates, the …
Active Threads - mybb.group
Optionally, user avatars can be displayed in the listing, for the thread starter, and for each member who posted earliest and latest during the interval. The listing can be sorted by any field in either …
PHPXRef 0.7.1 : MyBB 1.8.39 : /showthread.php source
If so, we can show them the "Search thread" form 804 $search_thread =''; 805 if ($forumpermissions ['cansearch'] != 0) 806 { 807 eval ("\ $search_thread = \"". $templates -> get …
easyBBoard-master/showthread.php at feature - GitHub
If so, we can show them the "Search thread" form if ($forumpermissions ['cansearch'] != 0) { eval ("\$search_thread = \"".$templates->get ("showthread_search")."\";");
forum/showthread.php at feature · agni-os-alpha/forum · GitHub
// Allow viewing own unapproved threads for logged in users if ($mybb->user ['uid'] && $mybb->settings ['showownunapproved']) { $own_unapproved = ' AND (%1$s'.$visible_condition.'
Thread Display - MyBB Documentation
Oct 1, 2015 · The thread display page (showthread.php) shows the posts that were posted to a thread. If you have permission to post replies, the New Reply button will be displayed.