into file
/class.wp.w3all-phpbb.php
there is this code:
Code: Select all
if(defined("W3PHPBBCONFIG")){
$phpbb_config = W3PHPBBCONFIG;
} else { return; }
it need to be substituted by:
Code: Select all
if(defined("W3PHPBBCONFIG")){
$phpbb_config = W3PHPBBCONFIG;
} else { $phpbb_config = self::w3all_get_phpbb_config(); }
going to release 2.5.1 within this night, to fix this and other bug about front-end plugin that let setup an email that could be not an email.
If you find some problem more please let know!
About forum into wp page speed:
it load wordpress, then phpBB: if in the while there are libraries etc coming by google, all the process in the hand of various factors.
Of course we could see to speed up the forum rendering, before that others external resources loaded. Nice point i was thinking in last night...
The good point at moment is that once loaded, phpBB is then like accessed directly, even if in iframe... well this is obvious that it is it.
The iframe integration is a part that can be used or not, like each plugin option is.