The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
This mod is basically perfect, but it still allows people to choose to post without showing up as anonymous: https://vborg.vbsupport.ru/showthread.php?t=177694
Any ideas? |
#2
|
||||
|
||||
![]()
If I were trying to do this, I wouldn't necessarily go the modification route. I'd force the particular forums I wanted this to happen in to use a specific style (which you can do in the Forum Manager). Then I'd customize the appropriate postbit templates in that style by stripping out username or Identifiable info, depending on how anonymous you want them to be (i.e. stripping out anything that might display a user ID.) Then, in the main style your forum uses, I'd use an IF condition around the appropriate code in (I believe it's) forumdisplay to exclude the username/lastpostby based on that forum ID(s). Which would effectively remove user names from that forum when showing up on forumdisplay.php and New Posts.
A little bit of work, but not necessarily difficult work. And it's safe enough to experiment with the custom style first yourself, before going live with it. |
#3
|
|||
|
|||
![]()
Ah, that's a great idea! Thank you so much for the guidance.
What about removing posts from that forum from Search results? |
#4
|
||||
|
||||
![]()
I said forumdisplay, but what I think I actually meant was threadbit. Put the appropriate if/else condition around the last posterthreadbit code, and that will take care of Search Results and Forum Home.
There might be a few places here and there you want to check/tweak. I'm thinking the Who's Online templates might need a tweak here and there, too, if you have that turned on. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|