MySql 4, has a nice feature that leats you link databases, tables & colums together, like forum1.user=forum2.user, it would take a lot of hacking, but it can be done, the only problem, 2 forums have to be on same server.
here is example
PHP Code:
SELECT s.*
FROM some_database.some_table gallery, another_database.another_table forum
WHERE gallery.some_column=forum.another_column
This will be used in my vgallery I'm rewriting for vbulletin 3,
https://vborg.vbsupport.ru/showthrea...threadid=47436