1 bloggerboy Jan 26, 2016 02:01
3 bloggerboy Jan 26, 2016 03:24
Thought that might be the case.
Thanks
4 bloggerboy Jan 26, 2016 03:34
Sorry, I don't know "WHERE" to go to edit it?
Back office? Files? I don't understand the docs.
5 mgsolipa Jan 26, 2016 05:33
@bloggerboy as well as other "disps" (http://b2evolution.net/man/front-office-reference/disp-reference/), you may find disp=login at skin_fallback_v[API version]/_login.disp.php
. See http://b2evolution.net/man/skin-development-primer (6. Understanding the Skin API version) to find out your API version.
6 bloggerboy Jan 28, 2016 13:56
Sorry, I do not understand this at all. The docs make no sense to me. Obviously I am not getting key concepts.
Where do you set $dev_menu = 1?
Do I have to create a new collection for a login page?
How do you actually use disp= ?
7 bloggerboy Feb 02, 2016 00:19
8 haharen Feb 02, 2016 03:06
@bloggerboy wrote earlier:
Can you just explain how to turn on the DEV menu item?
It says "in the right config file"
?????
1. To turn on the dev menu, just add a statement $debug=1;
at the bottom of the file conf\_advanced.php
2. Do you want to know how to link the login form? Or may be other meaning I have not understood. However I paste a screenshot , maybe it can help you.
9 fplanque Feb 03, 2016 23:04
2 links for you:
1) The recommended way to turn on the Dev Menu : http://b2evolution.net/man/dev-menu
2) To learn the key concepts about editing skins, please read this guide: http://b2evolution.net/man/skin-development-primer
10 bloggerboy Feb 04, 2016 00:35
''@bloggerboy wrote earlier:
Can you just explain how to turn on the DEV menu item?
It says "in the right config file"
?????
- To turn on the dev menu, just add a statement $debug=1; at the bottom of the file conf_advanced.php
- Do you want to know how to link the login form? Or may be other meaning I have not understood. However I paste a screenshot , maybe it can help you.
I cannot seem to get there though. Just redirects me back to home page of blog
I've tried
11 fplanque Feb 04, 2016 01:30
If you are already logged in, it will definitely redirect you to the homepage which is normal because you can't log in twice.
If you're not logged in, it works:
12 bloggerboy Feb 04, 2016 01:50
Ah, I finally understand :)
Thank you both.
13 tom789 Jul 25, 2017 04:40
Thanks for the info.
Nope, the login page can now be part of a skin, and customized the same was as any other page/disp in a skin:
http://b2evolution.net/man/disp-login