Need some help install WP W3ALL

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: Need some help install WP W3ALL

Re: Need some help install WP W3ALL

by axew3 » Mon Mar 06, 2017 11:47 pm

the above is good for not iframe mode. If in iframe mode maybe, when you click on phpBB register link, the iframe will load wp register page, wp inside forum iframe, as logic result.

To complete the trick if in iframe also, should be added a line on page-forum.php to force reload/redirect in this case.

Or just edit phpBB links into relative template files (it's very easy) changing it to point to your wp register page.

Re: Need some help install WP W3ALL

by Goofkop » Mon Mar 06, 2017 11:20 pm

This looks really nice :D
It works perfect.

One little problem.
When i click on register in the login widget ik didnt see the whole form.

Update: i really start to learning something here at your forum. Problem solved by myself :lol:

Re: Need some help install WP W3ALL

by Goofkop » Mon Mar 06, 2017 10:18 pm

Thank You!

Re: Need some help install WP W3ALL

by axew3 » Mon Mar 06, 2017 8:53 pm

you can force to redirect to WP registration, any phpBB registration attempt, adding into phpBB root .htaccess file:

Code: Select all

RewriteCond %{QUERY_STRING} mode=register
RewriteRule ^ucp.php(.*)$ http://yoururl/wp-login.php?action=register [R]
Change http://yoururl on code to match your correct URL.

I'm preparing things about redirect for email notifications links, but it will require some little time more.

Re: Need some help install WP W3ALL

by Goofkop » Mon Mar 06, 2017 6:32 pm

So in another words this is because i created the file page-forums.php instead of page-forum.php
And no when the surfing to this url (or in this case someone probably find my site on Google) the visitor only register on my phpbb forum?

So i have to created a page-forum.php and make a new page in Wordpress with the name forum or i have the solution te change te register link in my phpbb forum to wordpress register?

Re: Need some help install WP W3ALL

by axew3 » Mon Mar 06, 2017 5:55 pm

Yes, if he try login (because not logged) WP side, or on fly if as already logged in phpBB, visit WP side.
No the user transfer need to be activated and used, only at integration start, to transfer existent WP users into phpBB

Top