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.

Code tag

2 posters

Go down

Solved Code tag

Post by AppleX March 17th 2012, 1:01 pm

How to I hide a code tag for guests Question Question Question
avatar
AppleX
Forumember

Posts : 52
Reputation : 1
Language : Serbian, English

Back to top Go down

Solved Re: Code tag

Post by Guest March 17th 2012, 3:14 pm

Hi!

If your forum version is phpBB2, go to Administration Panel => Display => Templates => General => overall_header => Edit => Find:
Code:
</head>
and before that add:
Code:
<!-- BEGIN switch_user_logged_out -->
<style>
.code{
display: none !important;
}
</style>
<!-- END switch_user_logged_out -->
Save then publish template. Add
avatar
Guest
Guest


Back to top Go down

Solved Re: Code tag

Post by AppleX March 17th 2012, 4:45 pm

Tnx
avatar
AppleX
Forumember

Posts : 52
Reputation : 1
Language : Serbian, English

Back to top Go down

Solved Re: Code tag

Post by Guest March 17th 2012, 5:26 pm

Welcome. Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: Code tag

Post by Sanket March 17th 2012, 5:57 pm

Topic Solved & Locked
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top


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