how do disable guest email input for post

Started by asylum119, September 18, 2010, 08:18:20 PM

Previous topic - Next topic

asylum119

Just wondering how i can disable the guest email input for a new post or reply.....
I hope it is just a feature somewhere but i am starting to doubt it

Any solutions ?


Virgin smf 2.x rc3 install

kaamaru

I don't really get what you mean but... Try adding this to the email input.

if (!$context['user']['is_guest']){

<
form>The email input</form>

}

IceXaos

Quote from: Calumks on September 19, 2010, 10:01:27 AM
I don't really get what you mean but... Try adding this to the email input.

if (!$context['user']['is_guest']){

echo 
'
   <form>The email input</form>'
;

}


Advertisement: