Log in

View Full Version : How to remove 'checkbox' ?


ThiagoO
10-03-2010, 01:18 AM
http://c.imagehost.org/0998/asas.png

how remove these checkbox in forumdisplay?

thks.

Boofo
10-03-2010, 01:37 AM
Regular users won't see those boxes. Only staff.

ThiagoO
10-03-2010, 01:57 AM
Regular users won't see those boxes. Only staff.
I know, I would like to remove for all.
Security Reasons.

Lynne
10-03-2010, 02:27 AM
There is no option to do that. Just edit the template and remove it. Or, if you can write plugins, write one to set $show['inlinemod'] to false whenever needed.

ThiagoO
10-03-2010, 02:38 AM
There is no option to do that. Just edit the template and remove it. Or, if you can write plugins, write one to set $show['inlinemod'] to false whenever needed.
What I edit in template to remove?

Lynne
10-03-2010, 03:16 AM
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)

kh99
10-03-2010, 06:35 PM
I know, I would like to remove for all.
Security Reasons.

I don't know what your exact reasons are for removing them, but if you're worried about malicious use of the checkboxes just removing the boxes from the template won't stop someone with a little know-how.