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 October 9th 2010, 2:29 am

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 October 9th 2010, 3:10 am

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


Back to top Go down

Solved Re: How to Hide "Actions" Button

Post by URFTV October 9th 2010, 4:30 am

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 October 10th 2010, 2:19 am

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. October 10th 2010, 9:36 am

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 December 13th 2010, 10:36 am

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 December 13th 2010, 11:51 am

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 December 13th 2010, 12:29 pm

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 December 13th 2010, 1:19 pm

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 December 21st 2010, 5:26 am

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 December 21st 2010, 6:10 am

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