The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
In case anyone asks, to make it work for [ you ] instead, replace the appropriate line with this:
PHP Code:
|
#12
|
|||
|
|||
![]()
Thanks guys!!!
I know I may be getting picky now but... In the vB2 version I had, the [you] code was left in the reply. This made it easy to see if someone typed really your name, or used the [you] code. In this version, the [you] code is replaced w/ my name in the reply. Anyway to keep the [you] in there when replying instead? Did that even make sense? Previously, when hitting reply, one could see if a person was really talking to you or using the [you] code. |
#13
|
||||
|
||||
![]()
If you wanted to do this, it would require removal of the original [ you ] hack and modifications to the bbcodeparse php file. However, the you hack would no longer work in thread titles if you did this. If you want people to know the difference, you could try formatting... eg:
$replacementvars['/\[you\]/i'] = "<i>$bbuserinfo['username']</i>"; or something BTW, NTLDR, thanks for sharing. It was quite a fun prank =) |
#14
|
||||
|
||||
![]() Quote:
Find: PHP Code:
PHP Code:
|
#15
|
|||
|
|||
![]()
Link: I don't think that worked, but it may be because I can't explain it.
Is it possible that when someone quotes another person, they see the [you] in the quote instead of their own name? EDIT: and it looks like it only works in the thread title once. When I post a thread, my name is in the title. Other users only see my name too. |
#16
|
||||
|
||||
![]() Quote:
![]() PHP Code:
|
#17
|
||||
|
||||
![]() Quote:
|
#18
|
||||
|
||||
![]()
It should replace it on any page, anywhere as long as the page goes through process_replacement_vars(), which all the main vB (forum) pages that output something do.
@flypaper, I'm a bit confused as to how you'd like this to work. |
#19
|
||||
|
||||
![]()
Anyway to fix it so you won't see {bbusername} in the email that gets sent if you are subscribed to the thread?
![]() |
#20
|
||||
|
||||
![]()
Untested as usual, in includes/functions.php find:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|