Page 1 of 1

(Solved) Log Out in User Block

PostPosted: Thu Feb 07, 2008 7:06 am
Author: iceprincess
Your phpBB Version:
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://timemessengers.com

PHP Version:
MySQL Version:


What was done before the problem appeared?
Added user block for login thru IMPortal ACP


What was done to try to solve the problem?
Searched forum



De.scription and Message

Hi!
I've added a user block thru IMPortal in the ACP to log in and everything works fine - but after logging in, there's no option to log out. How/where do I fix/add this?

Also, I'd like to remove some of the info that shows up in the block once you are logged in: View posts since last visit; View unanswered posts; View your posts.

Any help on how to correct this would be great.
Thanks

.........
Ok, I found the parts that I wanted to remove in blocks/user_block_block.tpl, so that is not an issue now. I see that the login/logout is a part of a form. Anyone have an idea of what I should include so I have the logout? I'm not familiar with forms.
Thanks

Re: Log Out in User Block

PostPosted: Thu Feb 07, 2008 11:59 am
Author: Helter
try adding this to the block
Code: Select all
 <BEGIN><a><font>{L_LOGIN_LOGOUT}</font></a><END>

Re: Log Out in User Block

PostPosted: Sun Feb 10, 2008 10:17 am
Author: iceprincess
Hi Helter,

My knight in shining armor - you've come to my rescue once again!
Thanks so much! That did the trick.

Re: (Solved) Log Out in User Block

PostPosted: Sun Feb 10, 2008 1:21 pm
Author: Helter
your welcome, princess <img>