The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is there a way to find out? If no, is there a mod or template edit for this? If no, would someone help me make a plugin. I'll pay for this feature.
|
#2
|
|||
|
|||
![]()
The ip address isn't saved when a private message is sent. I did a couple searches but I can't find any mod for this (which doesn't mean it doesn't exist - maybe someone else will know). If you have a specific message you're curious about you might be able to figure it out by looking in the web server logs for someone accessing private.php at the time the message was sent.
|
#3
|
|||
|
|||
![]()
Sorry. My vbulletin technical knowledge isn't very strong. Can you guys explain in greater detail? Thanks.
|
#4
|
|||
|
|||
![]()
Like I mentioned above, the ip address is not saved for a PM like it is for a post. So a mod could be made that saves the ip for each PM written, then displays it like it's displayed for a post - I don't think it's a particularly difficult mod. But of course it won't give you the information for PMs that have already been sent.
|
#5
|
|||
|
|||
![]()
Sounds good. Do you guys have any recommendations for who can make this mod?
|
#6
|
||||
|
||||
![]()
The IP for PMs is pulled using:
Code:
$post['ipaddress'] The IP for Posts is pulled using: Code:
$post['ip'] No need for any queries. And it DOES work on already sent PMs. |
#7
|
|||
|
|||
![]()
$post['ipaddress'] is the registration ip address of the user who wrote the PM, not the address the pm was sent from. So yeah, you could display that, but I don't see the point.
|
#8
|
||||
|
||||
![]()
I don't see your point. He wanted the IP of the PM. This is how vb does it.
|
#9
|
|||
|
|||
![]()
Just stuck this in postbit
HTML Code:
{vb:raw post.ipaddress}#########{vb:raw post.ip} EDIT: Checked PMs and {vb:raw post.ip} doesn't have a value |
#10
|
||||
|
||||
![]()
But they were wanting that in PMs. post.ip does not work in PMs.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|