The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Showing threads in differents forums (crossposting-like)
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). |
#2
|
|||
|
|||
I've been waiting for something like this.
Closest thing we have is this: https://vborg.vbsupport.ru/showthrea...ghlight=global |
#3
|
|||
|
|||
I'm fine with either free or paid modifications, shouldn't be a major hack
|
#4
|
|||
|
|||
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 Code:
$forumlinks = array( //'50' => 52, //'52' => 50 ); Code:
$forumlinks = array( '20' => 22, '22' => 20 ); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|