Quote:
Originally Posted by CogLioStro on vBulletin.com
I am trying to add the post id and thread id values of a post to the post (using them for a Volume / Issue mock up).
Ideally, it would look like this...
Volume: 9453 Issue: 1432
and I have tried this...
Volume: $post[postid] Issue: $post[threadid]
Obviously that doesn't work, and I can't think of what to do to make it work. This is the simplest way I could think of to make each post output a different volume/issue combo without creating a random number script and hoping I would get that right...
Any help would be appreciated =)
Thank you!!!
|
I was referred to you guys, and I did a search before posting this. I don't see anything that resembles what I want to do, so, if you could, please point me in the right direction.
Thank you for your help =)
Cog