View Single Post
Old April 24th, 2017, 03:46 AM   #40
effCup
Vintage Idiot
 
effCup's Avatar
 
Join Date: Feb 2012
Location: History
Posts: 22,133
Thanks: 226,710
Thanked 356,730 Times in 21,628 Posts
effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+
Default

Quote:
Originally Posted by toecutter73 View Post
I've looked and since I don't see the answer, I need to ask. I am presently working my way through the 3000+ pages of a particular thread and creating an Excel spreadsheet of unidentified models (I figure this can be my contribution). Is there a way I can find a specific post using its unique identifier? I sure as hell hope so.
Good question. I'm not aware of being able to perform a vef "find" with/for an input post id, but: if you have/know the post id, then you don't need to perform a find per se, simply "visit" it using the "showpost" php function, replacing NNNNN with your post id number:

Code:
http://vintage-erotica-forum.com/showpost.php?p=NNNNN
The "showthread" php function can also take a post id input:
Code:
http://vintage-erotica-forum.com/showthread.php?p=NNNNN
... as well as a thread id input, if you're seeking a thread by its id:
Code:
http://vintage-erotica-forum.com/showthread.php?t=NNN
... just be careful to match up the appropriate p= or t= following the question mark.

Hope that helps.
effCup is offline   Reply With Quote
The Following 11 Users Say Thank You to effCup For This Useful Post: