I have installed Joomla 1.0.15, SMF 1.1.4, JSMF 2.0 RC3.
I moved posts and topics from other Forum in SMF, work good, but have Problem with Memory.
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 173478 bytes) in
/home/htdocs/***********/administrator/components/com_smf/includes/Lite.php on line 367
In this line is $data = serialize($data);
Cache - disabled (in forum and in bridge), but $this->_caching = 1.
If write $this->_caching = 1 then CSS for Forum not work.
And $data have 2 property - search and replace, and this properties have array with 100 values - links to Forum.
This links - jump from link SMF to link Joomla
ini_set("memory_limit", "128M"); - no Result.

Sorry of my english