Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Kirschnik on April 03, 2008, 09:40:11 AM

Title: contactform 1.0 only for users logged in
Post by: Kirschnik on April 03, 2008, 09:40:11 AM
Hi Community,

What do i have to change to get the contactform mod 1.0 working only for users logged in?

'contact' => array(
'title' => $txt['contact'],
'href' => $scripturl . '?action=contact',
'show' => $user_info['is_guest'],
'sub_buttons' => array(
),
'is_last' => true,
),


Thx a lot
Title: Re: contactform 1.0 only for users logged in
Post by: !Hachi! on April 03, 2008, 10:00:48 AM
did you tried in mod's thread?
Title: Re: contactform 1.0 only for users logged in
Post by: Kindred on April 03, 2008, 10:55:04 AM
more specifically:   Please ask mod specific questions in the thread dedicated to that mod.
Title: Re: contactform 1.0 only for users logged in
Post by: metallica48423 on April 03, 2008, 03:08:04 PM
Kindred is correct, mod based queries should be asked in the indivudal mod's thread.

try changing $user_info['is_guest'] to either $context['user']['is_logged'] OR $user_info['is_logged']