The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Hiding PM/email button on posts

3 posters

Go down

Hiding PM/email button on posts Empty Hiding PM/email button on posts

Post by Rapsheba555 August 16th 2011, 3:33 am

Hi, I'm wondering if someone could give me a quick little bit of code to hide the PM/Email buttons in posts:
( http://nintendorkhome.forumotion.net/t88-site-rules-general - IE the buttons on the left, with the blue borders, below the avatar)
We're running PHPBB3, and I'd like CSS code preferably. Thank you in advance Smile
Rapsheba555
Rapsheba555
Forumember

Male Posts : 40
Reputation : 0
Language : English, French, CSS. C++

http://nintendorkhome.forumotion.net/forum.htm

Back to top Go down

Hiding PM/email button on posts Empty Re: Hiding PM/email button on posts

Post by KingOfSports August 16th 2011, 11:09 pm

It appears guests cannot see the buttons...But I think you can go to ACP > Display > Pics Management and just remove the URLs of the buttons you want to disappear.
KingOfSports
KingOfSports
Hyperactive

Male Posts : 2487
Reputation : 38
Language :
Location :

Back to top Go down

Hiding PM/email button on posts Empty Re: Hiding PM/email button on posts

Post by Guest August 16th 2011, 11:42 pm

You could also doing it by adding this to your css:

Code:
td.row1 messaging gensmall {
display: none;
}
avatar
Guest
Guest


Back to top Go down

Hiding PM/email button on posts Empty Re: Hiding PM/email button on posts

Post by Guest August 17th 2011, 12:21 am

The above CSS won't work on ANY board. For phpBB3, try this:

Code:
.postprofile dd a.profile-icon {display: none;}
avatar
Guest
Guest


Back to top Go down

Hiding PM/email button on posts Empty Re: Hiding PM/email button on posts

Post by Rapsheba555 August 17th 2011, 4:55 am

@dion

Thanks, is there one that works for the email button too?
Rapsheba555
Rapsheba555
Forumember

Male Posts : 40
Reputation : 0
Language : English, French, CSS. C++

http://nintendorkhome.forumotion.net/forum.htm

Back to top Go down

Hiding PM/email button on posts Empty Re: Hiding PM/email button on posts

Post by dotdotdot August 24th 2011, 7:38 pm

The easiest way to do that is as Kingofsports has already mentioned:

ACP --> Display --> Pics management --> advanced

then choose the 'buttons' tab and next to the email icon, click on 'hide'. Hey presto, it's gone!
avatar
dotdotdot
Forumember

Posts : 78
Reputation : 1
Language : english

http://www.clooneysopenhouse.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum