To do this, open the phpbbwordpress extension file
/ext/w3all/phpbbwordpress/common/functions_common.php
change this code:
Code: Select all
if(!empty($wdp))
Code: Select all
if(!empty($mode) && !empty($wdp))
Code: Select all
if(!empty($wdp))
Code: Select all
if(!empty($mode) && !empty($wdp))