Quantcast
Channel: Satollo » All Posts
Viewing all articles
Browse latest Browse all 2460

Reply To: Open confirmation required message in a lightbox

$
0
0

I found in the subscription.php the right lines and changed them. Though it is still not working and loads in a new window.

 // Is there a custom url?
        if (!empty($this->options[$key . '_url'])) {
           echo '<iframe src="' . self::add_qs($this->options[$key . '_url'], 'nk=' . $user->id . '-' . $user->token, false) . $params . '"></iframe>';
            die();
        } 

Viewing all articles
Browse latest Browse all 2460

Trending Articles