Hide Quick Mod Tools
Hide Quick Mod Tools
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.
We want this gone.

URFTV- Forumember
-
Posts : 237
Reputation : 0
Language : English
Location : Australia
Re: Hide Quick Mod Tools
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:
Highlight & delete it, then publish it.
Then the quick mod tools should have been removed now
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

Darren1- Helper
-
Posts : 11853
Reputation : 563
Language : English
Re: Hide Quick Mod Tools
I can't view the templates.
URFTV- Forumember
-
Posts : 237
Reputation : 0
Language : English
Location : Australia
Re: Hide Quick Mod Tools
No, the present forum I'm working on now I am just an admin. Not a founder.
URFTV- Forumember
-
Posts : 237
Reputation : 0
Language : English
Location : Australia
Re: Hide Quick Mod Tools
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- Forumember
-
Posts : 237
Reputation : 0
Language : English
Location : Australia
Re: Hide Quick Mod Tools
Hello,
Do you want to remove the tools found in the drop down menu?
Add this code to your CSS...
EDIT:
What is your forum version? Is it phpBB2?
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?
Re: Hide Quick Mod Tools
Yes, it's phpBB2, but with that code i can still see it.
URFTV- Forumember
-
Posts : 237
Reputation : 0
Language : English
Location : Australia
Re: Hide Quick Mod Tools
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
Ank, there isn't a CSS Code for that, right?
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

Ank, there isn't a CSS Code for that, right?
Darren1- Helper
-
Posts : 11853
Reputation : 563
Language : English
Re: Hide Quick Mod Tools
Sorry, the above code is for phpBB3.
This code would work for phpBb2...
This code would work for phpBb2...
- Code:
form[action="/modcp.forum"] .gen{
display:none;
}
Re: Hide Quick Mod Tools
Thank you so much! Solved!@ankillien wrote:Sorry, the above code is for phpBB3.
This code would work for phpBb2...
- Code:
form[action="/modcp.forum"] .gen{
display:none;
}
URFTV- Forumember
-
Posts : 237
Reputation : 0
Language : English
Location : Australia
Re: Hide Quick Mod Tools
Since this thread appears to be solved, I will lock this thread and mark it as solved.

Sanket

Sanket

Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum