embedded refresh
-
Good morning,
i embedded my forum in WordPress, it’s ok.
Only a problem, if i reload a topic o forum page for check new messages, the page back at main page of board. please, is it possible fix?
-
with v2 code wordpress-phpbb-template-embed? I can’t at moment reproduce at axew3.com example, when i reload it reload correctly the page on viewing posts, forums etc.
Strange, did you correctly set the URL that point to real phpBB on plugin admin, without final slash? (assuming that this can cause a problem about, which i do not exactly know at this moment).If possible post a link to the issue, if not possible, i will take a look for the new coming v3 iframe code. The new v3 complete e reviewed code will be on the way soon.
i’m using v2 code and the url is without /
my forum use PHPbb Seo Url, it’s a problem?maybe interfere in some way on reload? But on navigating it work fine you say, so should not in theory … but let you know following here as i’ve give it a try if in the while you not resolved
On navigating work good.
Seo url Make only friendly urla,i need it for google.
Must i modify htaccess?Ps. Is it possible disabile animation on load?
Must i modify htaccess?
think no, i need to enable your scenario, phpbb seo links, and test what’s going on: on page-forum.php (or whatever you named) there is this code beofre to push url:
// (may redudant) check // var w3ck = /[^-0-9A-Za-z\._#\:\?\/=&%]/ig.exec(w3all_passed_url); if(w3ck !== null){ w3all_passed_url = ''; }
try to remove these lines above and test please.
After the url is pushed via the subsequent:
history.pushState(w3all_passed_url_push, 'Forum page', w3all_passed_url_push);
It fail in some way?Is it possible disabile animation on load?
Still on page-forum-php
where// pre loader js code for iframe content jQuery( document ).ready(function() { jQuery('#w3_toogle_wrap_loader').attr( \"class\", \"w3_wrap_loader\" ); }); jQuery(window).load(function() { jQuery('#w3_toogle_wrap_loader').attr( \"class\", \"w3_no_wrap_loader\" ); });
comment out or remove
- This reply was modified 5 years, 11 months ago by axew3.
on page-forum.php (or whatever you named) there is this code beofre to push url:
// (may redudant) check //
var w3ck = /[^-0-9A-Za-z\._#\:\?\/=&%]/ig.exec(w3all_passed_url);
if(w3ck !== null){
w3all_passed_url = ”;
}try to remove these lines above and test please.
After the url is pushed via the subsequent:
history.pushState(w3all_passed_url_push, ‘Forum page’, w3all_passed_url_push);
It fail in some way?dont work. it come back on main page of forum.
what kind of urls are passed with the seo mod?
can you provide an example of page viewforum and viewtopic urls?- This reply was modified 5 years, 11 months ago by axew3.
Viewforum
https://www.regginalife.com/forum/tifo-amarantoViewtopic
https://www.regginalife.com/forum/announces/novita-sul-forum-chiediamo-consiglio-a-voi-t10154- This reply was modified 5 years, 11 months ago by io2big.
Looking to your forum, it is not in iframe mode (almost not at this time) so this problem isn’t related the plugin. I was assuming you had problems with iframe template integration.
Further more, navigating your forum and reloading all result ok here on my fly tests. Urls like above not represent a problem.Ho visitato il forum, e quello che tu dici non riesco a riprodurlo. Aggiornando il browser tutto risulta ok.
Inoltre pensavo si trattasse del problema iframe, ma questo non c’entra nulla perchè non sei in modalità iframe, ammesso che l’integrazione sia attiva al momento non lo è in modalità iframe. Nel caso di modalità non iframe, controlla altro perchè il problem non può derivare dal codice di integrazione.I integrated only of it load from my app.
https://play.google.com/store/apps/details?id=com.regginalife.regginalifeDid you built an app to access the forum?
Using Tapatalk?
But this should have nothing to do with the integration plugin, that should not affect nothing, as also tested time ago for a site.i built an app.
my app load forum with browser. the forum know user agent and switch style.
the app show WordPress and PHPbb in original.know user agent and switch style
you switch styles based on user agents?
By the way, as you say, installs loads into browser that the app fire, so may you have to adjust some process into your app that after lead browser to open urls in wrong way? but this is hard to know without knowing what you coded exactly.app has a custom user agent. i put in user.php file of forum a “if” check user agent and change id of style.
app load WordPress in a subdomain.you say custom browser, you also built it?
Easy to say, i know, you need to understand why the problem come out observing the behavior you experience. Possible it is a problem given by the browser himself (strange because should just process the passed url), or due to the way you pass this url: may some htaccess can lead to this problem?(buono a sapersi che sai fare le app. Se sei bravo contattami che ogni tanto mi serve qualcuno per qualche cliente e devo sempre appoggiarmi altrove)
- The topic ‘embedded refresh’ is closed to new replies.