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.

How to Hide "Actions" Button

4 posters

Go down

Solved How to Hide "Actions" Button

Post by URFTV Sat 9 Oct 2010 - 2:29

I want this to be hidden. I'm using phpBB2, I can't edit templates so I have to use CSS!
How to Hide "Actions" Button Captur17

I want this hidden using CSS, I can't use templates since I'm not the founder of this current forum.
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: How to Hide "Actions" Button

Post by Guest Sat 9 Oct 2010 - 3:10

Code:
#topicmenu-options {display: none;}
avatar
Guest
Guest


Back to top Go down

Solved Re: How to Hide "Actions" Button

Post by URFTV Sat 9 Oct 2010 - 4:30

It didn't work :[
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: How to Hide "Actions" Button

Post by URFTV Sun 10 Oct 2010 - 2:19

BUMP
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: How to Hide "Actions" Button

Post by Daniel. Sun 10 Oct 2010 - 9:36

Hey,
Please post a link to your forum so that I can find the css tag.
~Daniel.
Daniel.
Daniel.
New Member

Male Posts : 21
Reputation : 0
Language : English, Binary, VB, C#, C++, Obj-C, HTML, JS, CSS
Location : The Land of Awesomeness, in the sea of tranquillity

http://lavaboxforum.forummotion.com

Back to top Go down

Solved Re: How to Hide "Actions" Button

Post by URFTV Mon 13 Dec 2010 - 10:36

Gangstar15 wrote:
Code:
#topicmenu-options {display: none;}
Is this one for PhpBB2? It isn't working?
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: How to Hide "Actions" Button

Post by ankillien Mon 13 Dec 2010 - 11:51

This is for phpBB2...

Code:
span.bold {
display:none;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: How to Hide "Actions" Button

Post by URFTV Mon 13 Dec 2010 - 12:29

where do i put
Code:
span.bold {
display:none;
}.
in the css, it's not hiding the actions button.
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: How to Hide "Actions" Button

Post by ankillien Mon 13 Dec 2010 - 13:19

It needs to be done in templates then.

Remove this part from the viewforum_body template...

Code:
<span class="nav">
            <script type="text/javascript">
            //<![CDATA[
               insert_plus_menu('f{FORUM_ID}&f={FORUM_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
         </span>
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: How to Hide "Actions" Button

Post by URFTV Tue 21 Dec 2010 - 5:26

Thank you it worked!! :wouhou: Solved.
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: How to Hide "Actions" Button

Post by Sanket Tue 21 Dec 2010 - 6:10

Since this thread appears to be solved, I will lock this thread and mark it as solved.
How to Hide "Actions" Button 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

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

Back to top Go down

Back to top

- Similar topics

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