The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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 |
#2
|
||||
|
||||
We generally just use bold text, sometimes prefixed with "Admin Edit: " or "Mod Edit: ".
|
#3
|
|||
|
|||
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> |
#4
|
|||
|
|||
Quote:
I'm not that advanced on here to work out how to limit this to moderators and above yet though. |
#5
|
|||
|
|||
Quote:
|
#6
|
|||
|
|||
You could use my Post Background Color to give Staff posts a background color.
|
#7
|
|||
|
|||
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. |
#8
|
||||
|
||||
I have not looked yet, but perhaps BBcode per usergroup ? :squareeyed:
|
#9
|
|||
|
|||
Quote:
|
#10
|
|||
|
|||
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. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|