View Full Version : Showing threads in differents forums (crossposting-like)
tilt2k
02-09-2011, 12:51 AM
Hi, is there any option or hack that can let me show threads from a certain forum into more forums? Something like multiple categories for a post in blogs.
So let's say
https://vborg.vbsupport.ru/forumdisplay.php?f=251
https://vborg.vbsupport.ru/forumdisplay.php?f=111
showing each other's threads (forumdisplay hack with where ID = 251 AND 111).
sticky
02-09-2011, 07:04 AM
I've been waiting for something like this.
Closest thing we have is this: https://vborg.vbsupport.ru/showthread.php?t=258084&highlight=global
tilt2k
02-09-2011, 03:03 PM
I'm fine with either free or paid modifications, shouldn't be a major hack
tilt2k
02-09-2011, 04:34 PM
I had a look at the code and I scripted something amateur, so it could be not complete (i.e. it doesn't load sticky) or not secure but it works so far. Anyway if anyone want to build an interface/product over it be my guest.
This version is tested on vB 3.8.x
Use this plugin at your own risk.
How to use it:
Upload it into Plugins & Products > Import Plugin Definitions XML File
Go to Plugins & Products > Plugin Manager > Forumlink (Forums as Categories)
edit this part
$forumlinks = array(
//'50' => 52,
//'52' => 50
);
using forumids you want to link, this way:
$forumlinks = array(
'20' => 22,
'22' => 20
);
Save it and activate it.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.