MyBB Community Forums

Full Version: Post ID
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have seen this before on a vbulletin website but im not sure if MYBB is capable of doing so but i would love it if somebody could tell me if it is.

Say i have a member argueing about something he has done wrong and he claims to not know what i mean. So i want to prove to him/her that i have proof. Is there a way i could link that person to the post he/she made with a URL so it only brings up that one post he/she made.

E.g.

www.mywebsite.net/showpost.php?pid=152
You can make it jump to the post by showing the whole thread with #pid{pidnum}

example:
http://community.mybboard.net/thread-59384-post-422572.html#pid422572
or...
http://community.mybboard.net/showthread.php?tid=59384&pid=422572#pid422572
(2009-11-08, 05:22 PM)ralgith Wrote: [ -> ]You can make it jump to the post by showing the whole thread with #pid{pidnum}

example:
http://community.mybboard.net/thread-59384-post-422572.html#pid422572
or...
http://community.mybboard.net/showthread.php?tid=59384&pid=422572#pid422572

I know you can do that but ive seen somebody on vbull link me to a page that contains just that one post.
If you can jump to the post why not just use that. But if you want what you are looking for I think it can be done with a simple plugin.
Or if you want to show the one post only you can use threaded mode:

http://community.mybboard.net/showthread.php?mode=threaded&tid=59384&pid=422572#pid422572

http://community.mybboard.net/showthread...#pid422572
(2009-11-08, 07:48 PM)doylecc Wrote: [ -> ]Or if you want to show the one post only you can use threaded mode:

http://community.mybboard.net/showthread.php?mode=threaded&tid=59384&pid=422572#pid422572

http://community.mybboard.net/showthread...#pid422572

Good trick that.