The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Stop moderators/ super-mods from changing titles
Hi,
I have just found out by mistake lol that I can change a title on a thread by double clicking it. Is there anyway I can stop Mods and super mods from changing titles in this way? The reason I ask is because there is no log to tell me when a title is changed and I would prefer the mods to click on edit thread. I have added a pic so you know what I mean Thank you for any help |
#2
|
||||
|
||||
I didn't even know you could do that.. Doesn't clicking the title take you to the thread itself? Where are your mods clicking to change this?
Also, you can most likely do it with template edits and by using conditionals for udergroups. |
#3
|
||||
|
||||
Quote:
I would love to know how to remove it just for mods and super mods tho and I'm not a coder or that good with code so I don't know what I would be looking for I cannot find anything in the user groups but it looks as if its something to do with Super mods |
#4
|
|||
|
|||
ok....
open functions_forumdisplay.php: find: PHP Code:
PHP Code:
if you what a few groups...just separated the usergroupsID with a comma.. like: PHP Code:
|
#5
|
||||
|
||||
Thank you cRaZy-BoY thats worked a treat :bunny:
Thanks again |
#6
|
||||
|
||||
You can do the code edit, but I don't think it's worth it just for that. Editing source files makes upgrading a real pain.
I'm 99.999% positive you can do this with a simple template conditional.. I will look into it right now for myself too and post what I come up with. Ok, I just did this on my own boards and it works, and is WAY easier than a template edit. In template "threadbit" Look for towards the top: HTML Code:
$thread[title_editable] HTML Code:
<if condition="$bbuserinfo[usergroupid]==6">$thread[title_editable]</if> If you want just YOU, then put this instead: HTML Code:
<if condition="$bbuserinfo[userid]==1">$thread[title_editable]</if> Try that instead of the code edit. |
#7
|
||||
|
||||
Quote:
Thank you very much for finding the codes |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|