Permiso para que un Nivel de usuario pueda ver email ocultos, como los admin.

Started by PeterPaul, April 13, 2004, 01:52:33 PM

Previous topic - Next topic

PeterPaul

Pues eso... alguien sabe cual es el permiso que debo activar??

Permiso para que un Nivel de usuario pueda ver email ocultos, como los admin.

Nota. Es para el grupo de moderadores Globales...

Gracias a todos!

Los buenos simpre ganan, pero a la larga,paciencia

pacolls

Profile template.php



// Only show the email address if it's not hidden.
if (!$context['member']['hide_email'] || !$context['allow_hide_email'])
echo '
<a href="mailto:', $context['member']['email'], '">', $context['member']['email'], '</a>';

// ... Or if the one looking at the profile is an admin they can see it anyway.

elseif ($context['user']['is_admin'])
echo '
<i><a href="mailto:', $context['member']['email'], '">', $context['member']['email'], '</a></i>';
else
echo '
<i>', $txt[722], '</i>';


Lineas entre 186 mas o menos

// ... Or if the one looking at the profile is an admin they can see it anyway.

Muestra si es Admin

   elseif ($context['user']['is_admin'])

Aqui podrias añadir la opcion del grupo que quieras que tambien vea el mail


;)

Member Of ClubDevelopersTeam

PeterPaul

Quote from: pacolls on April 13, 2004, 02:29:08 PM
Profile template.php



// Only show the email address if it's not hidden.
if (!$context['member']['hide_email'] || !$context['allow_hide_email'])
echo '
<a href="mailto:', $context['member']['email'], '">', $context['member']['email'], '</a>';

// ... Or if the one looking at the profile is an admin they can see it anyway.

elseif ($context['user']['is_admin'])
echo '
<i><a href="mailto:', $context['member']['email'], '">', $context['member']['email'], '</a></i>';
else
echo '
<i>', $txt[722], '</i>';


Lineas entre 186 mas o menos

// ... Or if the one looking at the profile is an admin they can see it anyway.

Muestra si es Admin

   elseif ($context['user']['is_admin'])

Aqui podrias añadir la opcion del grupo que quieras que tambien vea el mail


;)


Thank you Very MUCH!!

Perfecto, pues asi lo hare, es que ni busque nada, pensando que podia ser alguna permiso en Administracion y que como ando ultiamnete atantao, no conseguia vers!

Grachias!
Los buenos simpre ganan, pero a la larga,paciencia

Advertisement: