There are two ways to open the AVChat Video Chat Component in a pop up in Joomla!: Using Joomla!’s default method: Log in the administrator area of Joomla!. In the Menus area edit the link to AVChat 3. Set the On Click, Open in option to New Window without Browser Navigation (screenshot below) Click Save. That’s it! Clicking the link in the menu will now open the video chat in a pop up. Using this method however you will not have control over the pop up dimensions A way that allows you to control the size of the pop up: For this you’ll need to login to your website with an FTP client (FileZilla is our favourite) and go to[…]
Tag: popup
When AVChat 3 is opened in a pop up window you can use the [Leave Chat] button to close the pop up window: edit avc_settings.php or avc_settings.asp set $avconfig[‘disconnectButtonEnabled’]=1; set $avconfig[‘disconnectButtonLink’] = ‘javascript:window.close();‘; By default clicking [Leave Chat] takes you to a new web page instead of closing the window!