WebsiteBaker Community Forum (upd)

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: KP on August 16, 2013, 09:14:00 PM

Title: Log-in / Log-out Form Design
Post by: KP on August 16, 2013, 09:14:00 PM
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
Title: Re: Log-in / Log-out Form Design
Post by: jacobi22 on August 16, 2013, 09:55:14 PM
the Welcome-back-Message is a part of the templete
<td class="login" style="padding-top: 15px; padding-bottom: 15px;">
                                        <?php echo $TEXT['WELCOME_BACK']; ?>, <?php echo $wb->get_display_name(); ?>
                                </td>


take a look to the standard-template round or allcss
Title: Re: Log-in / Log-out Form Design
Post by: KP on August 16, 2013, 09:57:37 PM
Duh! I'm stupid  :-D It's one of those days.

Thanks for the quick response.
kevin
Title: Re: Log-in / Log-out Form Design
Post by: jacobi22 on August 16, 2013, 10:23:42 PM
 :wink: