Increase popup window size for membership info

I'd like to increase the size of the popup window when clicking on the membership info button @ the /m/membership/index page.

I tried changing the width & height on the following script on line 155 of inc/profiles.inc.php , but that didn't have any effect. I cleared my site cache, browser cache & reloaded the page.

$viewMembershipActions = "<br />(<a onclick=\"javascript:window.open('explanation.php?explain=membership&amp;type=".$membership_info['ID']."', '', 'width=660, height=500, menubar=no, status=no, resizable=no, scrollbars=yes, toolbar=no, location=no');\" href=\"javascript:void(0);\">"._t("_VIEW_MEMBERSHIP_ACTIONS")."</a>)<br />";

Anyone have an idea on how to fix that?

Quote · 14 Mar 2012

Hello

Looks like you are talking about standard Dolphin's Membership module -> My Membership page -> Available Membership Types block. If so, you need to edit modules/boonex/membership/templates/base/available.html file rows number 13 and 20. You need to fine and change the following code in the lines

width=480,height=300

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 14 Mar 2012

Thank you so much Anton! It looks much better. =D

Quote · 14 Mar 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.