WebsiteBaker Support (2.8.x) > Templates, Menus & Design

Log-in / Log-out Form Design

(1/1)

KP:
Hello.
Regarding User/Group login to specific pages, I have successfully found the "log-in" content in the code (in the /account/login_form.php file) and was able to add styles to it, but I have looked everywhere to find the "log-out" form - the one that says "Logged-in: Welcome Back USERNAME", has the "log-out" button and a preferences button. Where is this in the code?

Thanks,
kevin

jacobi22:
the Welcome-back-Message is a part of the templete

--- Code: ---<td class="login" style="padding-top: 15px; padding-bottom: 15px;">
                                        <?php echo $TEXT['WELCOME_BACK']; ?>, <?php echo $wb->get_display_name(); ?>
                                </td>
--- End code ---

take a look to the standard-template round or allcss

KP:
Duh! I'm stupid  :-D It's one of those days.

Thanks for the quick response.
kevin

jacobi22:
 :wink:

Navigation

[0] Message Index

Go to full version