Now the forum works as a charm, I found one more bug that annoys me
As you can see the login widget looks misshapen when I'm not logged in. Is there a way to fix this?
When logged in the widget looks fine though:
Login Widget
- Synisto
- User ww
- Posts: 22
- Joined: Fri Mar 25, 2016 12:01 pm
- Location: The Netherlands
Login Widget
"Nothing is as powerful as an idea whose time has come"
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Login Widget
This is not a problem about resize, this just a problem about your template, highly customized.
Of course can be fixed.
The file that is loaded as widget for the wp_w3all login/out widget is login_form_include_iframe_mode_links.php inside the views folder of wp_w3all plugin. You need to edit this file to fit your theme, that do not respect WP default Theme structure.
Of course can be fixed.
The file that is loaded as widget for the wp_w3all login/out widget is login_form_include_iframe_mode_links.php inside the views folder of wp_w3all plugin. You need to edit this file to fit your theme, that do not respect WP default Theme structure.
- Synisto
- User ww
- Posts: 22
- Joined: Fri Mar 25, 2016 12:01 pm
- Location: The Netherlands
Re: Login Widget Resize
Thanks!
I made it look like this:
There's only one problem: when logging in you get redirected to this page (but you are logged in when u go back one page with backspace or whatever).
Is there any way to fix this last small little buggy
I made it look like this:
There's only one problem: when logging in you get redirected to this page (but you are logged in when u go back one page with backspace or whatever).
Is there any way to fix this last small little buggy
"Nothing is as powerful as an idea whose time has come"
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Login Widget Resize
about redirect: this is not a bug (you need to finish procedure as on help page explained)
https://www.axew3.com/w3/2016/02/phpbb-l ... subdomain/
nice work my friend.
https://www.axew3.com/w3/2016/02/phpbb-l ... subdomain/
nice work my friend.
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Login Widget
p.s look that you can use also auto login register if social plugins that allow this feature are installed.
And, you can also use the META widget login/auto/etc for users in WP. Users can be added/register etc on both systems.
And, you can also use the META widget login/auto/etc for users in WP. Users can be added/register etc on both systems.
- Synisto
- User ww
- Posts: 22
- Joined: Fri Mar 25, 2016 12:01 pm
- Location: The Netherlands
Re: Login Widget
When I add that code I get the following after logging in:
Parse error: syntax error, unexpected '$w3ck' (T_VARIABLE) in /public/sites/www.ngaming.nl/phpbb3/includes/functions.php on line 2292
Parse error: syntax error, unexpected '$w3ck' (T_VARIABLE) in /public/sites/www.ngaming.nl/phpbb3/includes/functions.php on line 2292
"Nothing is as powerful as an idea whose time has come"