MyBB Community Forums

Full Version: Random Thread Link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2013-01-19, 08:51 PM)Omar G. Wrote: [ -> ]I see no issues with it if that is what you are asking.

Hi. I am using this plugin on my forum. (Mybb 1.6.16) How i block some forums from random threads?  
(2013-02-02, 01:24 AM)blogantinom Wrote: [ -> ]It works now, but not the way I thought, that it would show the link with the title of the thread... :/

Does anyone know of a plugin that shows the title of a random thread?

I am interested too.

Would be a great plugin to offer members inactive but interesting threads

(2015-02-16, 06:56 PM)bekircem Wrote: [ -> ]
(2013-01-19, 08:51 PM)Omar G. Wrote: [ -> ]I see no issues with it if that is what you are asking.

Hi. I am using this plugin on my forum. (Mybb 1.6.16) How i block some forums from random threads?  

And this would be useful too
This plugin is too old for what you are requesting. Adding the subject will require you fetching the thread on every page load, which might not be recommended. For limiting to certain forums find the following code or similar (because this thread suggests changes to this line):
$where = "closed NOT LIKE 'moved|%' AND visible <> 0$us";

Add after:
$where. = ' AND fid NOT IN (1, 2, 3)';

This will stop random threads from forums with fid 1, 2, 3, etc.
Pages: 1 2 3