MyBB Community Forums

Full Version: Single Post Page - showpost.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to see my posts on a single page. Iam not looking like the post plugin available.

My suggestion to the new post page plugin:
  • The post shoild shown by the new page: showpost.php
  • It should show the top part and bottom part ( header and footer ) of the forum.
  • The title of the page and the post is its own title. If the post doesn't have any title, then It should show the title of the thread.
  • Then a simple link to the thread on the bottom of the post.
  • Link to the post page should replace the post link (#1) now existing.

Hope to receive good response.
If I am reading you correctly you want search results with your own posts?

That's fairly easy to do.

http://community.mybboard.net/search.php...r&uid=5282

That's the url with action for a link. Easy enough to modify that an include it in a template wherever you want.

Something like this should work:
http://community.mybboard.net/search.php?action=finduser&uid={$uid}

Now you can make that a button or text link with plain html.
Not at all.

Iam saying about the new page showpost.php which is capable of showing single post.

The link to the single post on the forum goes on the postno: #no on the postbit.
Managed to make myself a new page: showpost.php

See the demo of the page: http://webmasters-forums.com/showpost.php?pid=878

All post bit links ( #no ) on http://webmasters-forums.com now have unique post page link.

Check it on the forum: http://webmasters-forums.com

Iam now very happy.
ivenms Wrote:Managed to make myself a new page: showpost.php

See the demo of the page: http://webmasters-forums.com/showpost.php?pid=878

All post bit links ( #no ) on http://webmasters-forums.com now have unique post page link.

Check it on the forum: http://webmasters-forums.com

Iam now very happy.

Is possible to have this file? (showpost.php?

Thanks...
There is a little bug on the file to show the attachments.

After clearing that, I will publish the new feature to the community.
ivenms Wrote:There is a little bug on the file to show the attachments.

After clearing that, I will publish the new feature to the community.

is it also possible to have the code with the bugs?