MyBB Community Forums

Full Version: Open post from post ID nunber
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to open post page with only post ID number?

user has redeem something in some post and on log it show only post ID number. 
Can we open that post page by posting url with that post ID number?
Like https://www.xyz.com/post-3456.html

Thank you.
if you want show every post as separate page you can do it with custom plugin,becuase post is part of thread and url must identify by thread id
use google seo or codes in htaccess.txt for .htaccess
A post alone is irrelevant in a forum, where the principe is to have discussions.
You can create a showpost.php file to display only one post, but I don't think it's usefull.
You can generate the post URL by knowing only the PID.
https://community.mybb.com/showthread.ph...pid1369369
@ Omar and Crazycat...I don't understand. How to do it? What to add in php file?
I think Omar was trying to show you an answer by example: that if you have the PID, you can link to the post's thread page (and the post itself via everything including and after the #) using showthread.php?pid=[PID]#pid[PID].
If you are trying to assign custom PIDs to posts then you will need a plugin for that. As far as I'm concerned no such plugin exists. In my opinion such feature would be useless for general purposes.