Log in

View Full Version : (Basic) How to hide thread check list for moderator in forumdisplay page


basketmen
03-05-2011, 09:00 AM
(Basic) How to hide thread check list for moderator in forumdisplay page, is there settings for this? if not i will use if conditional hide the check list table from forumdisplay template for moderator

https://vborg.vbsupport.ru/external/2011/03/42.jpg


i want to make moderator must moderate the thread one by one from showthread page >> Thread tools


Nb. I am using vb 3.6.12

Lynne
03-05-2011, 03:47 PM
There is no option to do that. You may be able to write a plugin for that page that just sets $show['inlinemod'] to false for your mods and then it won't show. I've never tried that, but I think it would work.