v3 code overall_footer.html updated to fix a lack

User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

v3 code overall_footer.html updated to fix a lack

Post by axew3 »

Code: Select all

//parent.w3all_ajaxup_from_phpbb(w3appendevents); 
has been changed (definitively) into:

Code: Select all

if(w3appendevents.indexOf('w3allmchatif') == -1){
//if(parent.location.href.indexOf(wordpress_url_page_forum) > -1){
parent.w3all_ajaxup_from_phpbb(w3appendevents); 
//}
}
This now handle and correctly fire, events into phpBB, passed to WordPress.
I'm sorry that i've forgot this aspect, but let say that it has been also forgotten on this online example where now correctly applied. When user login or register in iframe, it correctly redirect and update WordPress also.

phpBB WordPress template integration