Home arrow Forum
Latest posts of: Ygriega
  Welcome, Guest. Please login or register.
December 03, 2008, 04:15:21 PM
Home New Posts Search Calendar


Login with username, password and session length
  Show Posts
Pages: [1]
1  MamboHacks.com / Mambo-SMF Forum 1.3.0 Support / Insert quote (fast quote) does not work on: May 06, 2005, 07:18:32 AM
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.  Huh

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  Undecided
2  MamboHacks.com / Mambo-SMF Integration 1.2.0 Support / Re: QUOTE & SPELL CHECK bug! on: May 06, 2005, 06:12:07 AM
Before i work on this issue... are you having a problem with 1.3.0?

This forum is actually using 1.3 now. Maybe you can try the new version first.

I tried 1.3.1 and the problem persists... You can quote, but you can't reply and then 'insert quote' from comments below (displays a popup with forum home).
3  MamboHacks.com / Mambo-SMF Integration 1.2.0 Support / Problem inserting quotes from reply. on: April 15, 2005, 05:16:59 AM
Hello,

I think there is a bug when you reply a post and click on the link to insert a quote from other posts.

- Go to a post with replies.
- Click on reply and click on the box to write something.
- Scroll down to another reply and click on 'insert quote'.

Ops!  Shocked  A window is opened and your parent window goes to private messages, so you lost what you were writing. Weird, isn't it?  Undecided

I think is only a problem with the url generated. It's a minor bug, but a real problem on some forums.

Thank you in advance, and great work!
Ygriega.
Pages: [1]


Login with username, password and session length

Powered by MySQL Powered by PHP Forum | Powered by SMF 1.0.5 & Mambo-SMF.
© 2001-2005, Lewis Media. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!
None of the text or images in this public website may be copied without the expressed written consent of the authors.
Copyright 2005 by MamboHacks.com. Powered by Mambo. All rights reserved.
TERMS OF USE