The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
[Solved] Last edited
Is there a way to hide "Last edited" in posts from guests ?
Thanks |
#3
|
||||
|
||||
Thought that setting was ok there for all situations.
Did not even think of it. Thank you very much. EDIT: No, as I readed and tested this.. when some member edits the post is to show thats edited or not. Maybe something else? |
#4
|
||||
|
||||
The above setting only controls whether Edited By gets shown when a user IN that usergroup makes an edit. If you want the Edited By to show to users, just not unregistered users, then you would need to put a conditional around the code in the postbit (or postbit_legacy) template to not show it to guests.
edit: Actually, Mark's plugin below is a better solution than editing the templates. |
#5
|
||||
|
||||
Another alternative would be to create a plugin hooked at "postbit_display_complete" with the Plugin PHP Code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|