v3 code overall_footer.html updated to fix a lack

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: v3 code overall_footer.html updated to fix a lack

v3 code overall_footer.html updated to fix a lack

by axew3 » Sun Feb 24, 2019 3:09 pm

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

Top