Daily Lucky Numbers:
10
13
23
36
41
48

Login/Logout

Started by marcosbr, August 19, 2020, 05:26:49 PM

Previous topic - Next topic

marcosbr

I would like to put login and logout buttons like this. I've tried a lot and usually the logout doesn't work!
According to SMF they will not even put ...
Capturar.PNG


marcosbr

The login works, the logout shows this error: An error has occurred


"Session verification failed. Please try to disconnect and reconnect again and then try again"

Chen Zhen

Logout icon path example: ../Themes/default/images/icons/logout.png



Add to the end of the navigation button array in file: ../Sources/Subs.php

'logout' => array(
'title' => $txt['logout'],
'icon' => '/icons/logout.png',
'href' => $scripturl . '?action=logout;%1$s=%2$s',
'show' => !$user_info['is_guest'],
'sub_buttons' => array(
),
'is_last' => !$context['right_to_left'],
),


marcosbr

Perfect! you are very good! ;D  ;D  ;D

vince

i was looking for this as well ty chen ill add this later tonight after work

vince

Can this be made in to a mod so when updating smf we won't have to edit core files again ???

Chen Zhen


marcosbr

already installed, tested and works. Much more practical!
Thank you again!

vince


marcosbr

Some things I don't understand ...
You would be "INDISPENSABLE" on the SMF team!
Many people are there for nothing!
Thank you very much for the forum

Chen Zhen

Thank you.

In my opinion many of the SMF team members have their strengths and likely get put into positions to use them.
There are some good coders involved with the project.
I'm happy doing my part from this forum, occasionally on the SMF website and within the community in general.

marcosbr

For sure ... There are a lot of good people!
But I want to say that you "like" to help!
I've been your fan for some time!