![]() |
What do you use for moderator comments?
Hi,
I have just moved from PHPBB to vBulletin (or am in the process of moving data now). On my old board I had [mod] tags that made moderator comments stand out by putting a large red exclamation before the comment. This was a mod for PHPBB and I can't find one for vBulletin, does anyone know of anything similar that I can use? The problem is that what ever BBCode I add for this must only be usable by mods or admins, not general users. On PHPBB it wouldn't allow users to post with that code, is it possible to do this on vBulletin or does anyone know a hack or mod for this? (or any other suggestions for a moderator comments system) Thanks |
We generally just use bold text, sometimes prefixed with "Admin Edit: " or "Mod Edit: ".
|
We use a table box (via a bbcode) and tell members that they can't use it since it seems no one has been able to (or has the inclination to ;) ) come up with a hack that prevents some usergroups from using some custom bbcodes. :(
The bbcode we use: Code:
<table bgcolor=#666699><tr><td bgcolor=#666699><font color=white size=1><b>Posted by {option}:</b></font></td></tr><tr><td bgcolor=white><font color=black size=2>{param}<p></font></td></tr></table> |
Quote:
I'm not that advanced on here to work out how to limit this to moderators and above yet though. |
Quote:
|
You could use my Post Background Color to give Staff posts a background color.
|
Thanks, but that's not quite what I was looking for.
I want my moderators to post as normal, as they currently do when they are involved in day to day posting as a user, but when they have to edit someone's post I want the part they enter to be stood out compared to what the user's typed. The above idea will work fine, apart from users will be able to use it if they wish. I will put a warning on the BBCode that it's against the rules to do so and hopeful no one will, but it would be better if that was BBCode that only people I gave permission to use it could use it. It was an excellent mod on PHPBB, just a shame that I can't convert it to work on vBulletin. |
I have not looked yet, but perhaps BBcode per usergroup ? :squareeyed:
|
Quote:
|
Limiting BB-Codes to Usergroups is extremely difficult, and if done correct would add a lot of processing to parsing a post.
Think about the following: - A BB-code to wich a user don't have permission, is like a non-existant bb-code, ie. just plain text. It should just turn up as plain text. - BB-Codes are parsed when a post is first time shown (and again if not in post_parsed anymore). This means that parsing the post and evaluating the bb-codes might be done by a member who is in a different usergroup then the original poster. Retrieving the usergroup permissions of the poster might add a lot of processing. - What if a Staff member edit the original post, and uses a bb-code that only a few usergroups have permission to? Are the permissions of the original poster used when parsing the post? The permissions of that Staff member (what if the original poster edits his post afterwards, can he then suddenly use staff bb-codes)? .............. Probably 100 more caveats to think of. |
Quote:
Instead of handling it as mentioned above, why not just add a check when a post is posted? vBulletin already supports a minimum character posting rule i.e. if there aren't enough characters in the post it won't let it be posted and instead shows a warning message. I reckon this is the way to tackle it. If the post has a flagged BBCode in it (set in ACP) then it could refuse to post it. So if someone posted [mod]blah blah blah[/mod] then it would give an error message saying "you aren't permitted to post with that BBCode" or something similar. That would make more sense, be less resource hungry and shouldn't be as tricky to implement. Only problem is that I can't do it :( any takers out there??? |
Hmm .. is that not the searched hack?
--> https://vborg.vbsupport.ru/showthread.php?t=105160 Please correct if I am wrong .. |
Quote:
I do have this hack already installed, but it's for a different use and doesn't do any of the above that I was after. I use this hack to stop unregistered users from just visiting the forum and grabbing URLs without registering. |
Ah, okay .. thank you :)
|
Quote:
|
To the original poster, is this the kind of thing?
https://vborg.vbsupport.ru/showthread.php?t=105253 You can limit who can use it by usergroup using this Modification :) |
I use this
Code:
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> |
Quote:
I create a new BBcode, but seens no effect. :hurt: |
Quote:
[mod=Powerful_Rogue] No swearing [/mod] Can anyone point me in the right direction? Ive searched high a low! |
All times are GMT. The time now is 04:54 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|