| Hello, I upgraded to latest version but it seems we have a problem inserting quotes (it happens on mambohacks also). To see the problem: try to reply any post with already some replies, then scroll down and click 'insert quote' on one reply. This opens a popup with the forum's home. ![]() I think it's an important feature. I am trying to find a solution for myself, but it's difficult for me. I think there is something wrong on functions file: Code: /*1.3b2-9*/ global $options; if (!empty($options['display_quick_reply']) && !empty($_REQUEST['topic']) && $mosConfig_sef == 1) { $regexa = "/window.open\(\"(.*?)quotefast/s"; preg_match_all( $regexa, $buffer, $jsopens ); foreach($jsopens[1] as $jsopen) { $pos = strpos($jsopen,$mosConfig_live_site); if ($pos >= 0 && !($pos === false)) { $jsopen2 = $boardurl."/index.php?action="; $buffer = str_replace("window.open(\"".$jsopen,"window.open(\"".$jsopen2,$buffer); } } } return $buffer; } If I loot at page source code, the function for open windows is not window.open but reqWin... I'm really confused ![]() |
Forum 





Author





Logged








