io2big
Forum Replies Created
-
Forum: Plugins
In reply to: [WP w3all phpBB] embedded refreshGood.
When it Will bene over?An another question: i put in phpbb activation with email after registration. Butta if use wordpress registration dont send email?
Forum: Plugins
In reply to: [WP w3all phpBB] embedded refreshi use android webview for load Web.
i added a word in user agent. the forum check the word Is present and switch style.Forum: Plugins
In reply to: [WP w3all phpBB] embedded refreshapp 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.Forum: Plugins
In reply to: [WP w3all phpBB] embedded refreshi 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.Forum: Plugins
In reply to: [WP w3all phpBB] embedded refreshI integrated only of it load from my app.
https://play.google.com/store/apps/details?id=com.regginalife.regginalifeForum: Plugins
In reply to: [WP w3all phpBB] embedded refreshViewforum
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 7 years, 7 months ago by io2big.
Forum: Plugins
In reply to: [WP w3all phpBB] embedded refreshon 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.
Forum: Plugins
In reply to: [WP w3all phpBB] embedded refreshOn 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?
Forum: Plugins
In reply to: [WP w3all phpBB] embedded refreshi’m using v2 code and the url is without /
my forum use PHPbb Seo Url, it’s a problem?