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.

Hide Quick Mod Tools

4 posters

Go down

Solved Hide Quick Mod Tools

Post by URFTV October 5th 2010, 10:47 am

All the moderators and admins on my forum agree that it is not needed! We do not want it anymore. Anyone who could supply us the code or a way to hide or disable the Quick mod tools please share.
Hide Quick Mod Tools Captur16 We want this gone.
URFTV
URFTV
Forumember

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

Back to top Go down

Solved Re: Hide Quick Mod Tools

Post by Darren1 October 5th 2010, 11:27 am

Hi,

Head to the templates
Admin panel >> General > Templates/ Viewtopic_body and hit the CTRL+F button on your keyboard and enter this:
<!-- BEGIN viewtopic_bottom -->

then you should have the preceding code:
Code:
<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
  <tr>
      <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
        <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />
            <input type="hidden" name="sid" value="{S_SID}" />
            <span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD} <input class="liteoption" type="submit" value="{L_GO}" /></span>
        </form>
      </td>
  </tr>
</table>
<!-- END viewtopic_bottom -->

Highlight & delete it, then publish it.

Then the quick mod tools should have been removed now Smile
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: Hide Quick Mod Tools

Post by URFTV October 5th 2010, 1:30 pm

I can't view the templates.
URFTV
URFTV
Forumember

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

Back to top Go down

Solved Re: Hide Quick Mod Tools

Post by Sanket October 5th 2010, 1:33 pm

Are you not the founder of the forum?
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Hide Quick Mod Tools

Post by URFTV October 5th 2010, 1:44 pm

No, the present forum I'm working on now I am just an admin. Not a founder.
URFTV
URFTV
Forumember

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

Back to top Go down

Solved Re: Hide Quick Mod Tools

Post by Sanket October 5th 2010, 1:46 pm

Only founders can edit templates only in phpbb2 & punbb versions of forums.
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Hide Quick Mod Tools

Post by URFTV October 5th 2010, 1:52 pm

Darn, is there any way to become a founder? And anyone know of a way to hide quick mod tools without using templates? lol
URFTV
URFTV
Forumember

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

Back to top Go down

Solved Re: Hide Quick Mod Tools

Post by ankillien October 5th 2010, 1:52 pm

Hello,

Do you want to remove the tools found in the drop down menu?
Add this code to your CSS...

Code:
fieldset.quickmod {
display:none;
}

EDIT:

What is your forum version? Is it phpBB2?
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Hide Quick Mod Tools

Post by URFTV October 6th 2010, 9:58 am

Yes, it's phpBB2, but with that code i can still see it.
URFTV
URFTV
Forumember

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

Back to top Go down

Solved Re: Hide Quick Mod Tools

Post by Darren1 October 6th 2010, 10:06 am

Hi,

In order to hide anything more than the drop down box, I believe you would need to access the templates, which only the founder can do - If you can, get the founder to read my post above Wink

Ank, there isn't a CSS Code for that, right?
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: Hide Quick Mod Tools

Post by ankillien October 6th 2010, 10:35 am

Sorry, the above code is for phpBB3.
This code would work for phpBb2...

Code:
form[action="/modcp.forum"] .gen{
display:none;
}
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Hide Quick Mod Tools

Post by URFTV October 7th 2010, 6:24 am

ankillien wrote:Sorry, the above code is for phpBB3.
This code would work for phpBb2...

Code:
form[action="/modcp.forum"] .gen{
display:none;
}
Thank you so much! Solved!
URFTV
URFTV
Forumember

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

Back to top Go down

Solved Re: Hide Quick Mod Tools

Post by Sanket October 7th 2010, 6:45 am

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Hide Quick Mod Tools 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